diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-02 17:08:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-02 17:08:09 +0000 |
commit | 72a896621f08caf6d63d3191f8d7dd29a33ca5bc (patch) | |
tree | 79c9dd1b7d06baf60107851aba9af4a697aff0b4 /mail/evolution-exchange | |
parent | 3498db94baf80e787d0c4ef7ff234869b1b14076 (diff) | |
download | FreeBSD-ports-72a896621f08caf6d63d3191f8d7dd29a33ca5bc.zip FreeBSD-ports-72a896621f08caf6d63d3191f8d7dd29a33ca5bc.tar.gz |
Use intlhack to fix the build with Perl 5.005.
Reported by: Mark Jacobs <mark.jacobs@custserv.com>
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 25deeca..9f0d6b8 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes WANT_OPENLDAP_VER= 21 WANT_OPENLDAP_SASL= yes -USE_GNOME= gnomeprefix gnomehack gnometarget +USE_GNOME= gnomeprefix intlhack gnomehack gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ |