diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-09 16:02:13 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-09 16:02:13 +0000 |
commit | b72e4860cc8b4af242359ed9a128c789cb294e5a (patch) | |
tree | ee4577fae9fe2fe10e7229131d63ba68fe900d7c | |
parent | 8b20fe314263fe309f67db1e50ca897393469cc9 (diff) | |
download | FreeBSD-ports-b72e4860cc8b4af242359ed9a128c789cb294e5a.zip FreeBSD-ports-b72e4860cc8b4af242359ed9a128c789cb294e5a.tar.gz |
Use intlhack to fix the build on 4.X.
Reported by: Troy <troy@twisted.net>
-rw-r--r-- | mail/balsa2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 98d2d9f..09671f5 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -23,7 +23,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_OPENSSL= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui libgtkhtml +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui \ + libgtkhtml GNU_CONFIGURE= yes USE_ICONV= yes CONFIGURE_ARGS= --enable-threads \ |