diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-13 16:05:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-13 16:05:35 +0800 |
commit | 017da0602ca95cc883c332298e7a576a95c4ad0f (patch) | |
tree | 64c7af4b98f47b432bb8ed049c438f431f9c15ff /mail/evolution | |
parent | e89869edc00e5fab17b4a3bad4c19ef0eb0eb0d4 (diff) | |
download | freebsd-ports-gnome-017da0602ca95cc883c332298e7a576a95c4ad0f.tar.gz freebsd-ports-gnome-017da0602ca95cc883c332298e7a576a95c4ad0f.tar.zst freebsd-ports-gnome-017da0602ca95cc883c332298e7a576a95c4ad0f.zip |
Add intlhack to fix the build on 4.X.
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 6000317c9bc2..934bea1d9b5d 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnometarget gtkhtml3 +USE_GNOME= gnomeprefix gnomehack intlhack gnometarget gtkhtml3 USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes |