diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-12 05:40:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-12 05:40:35 +0800 |
commit | 13f97df10897225ec3d7eb3202b7e11581316f94 (patch) | |
tree | 8837e04768caea865ed462061c120ab8336e78f8 /www | |
parent | 1097aed7cb10f5b9f116beb444584280b97dc606 (diff) | |
download | freebsd-ports-gnome-13f97df10897225ec3d7eb3202b7e11581316f94.tar.gz freebsd-ports-gnome-13f97df10897225ec3d7eb3202b7e11581316f94.tar.zst freebsd-ports-gnome-13f97df10897225ec3d7eb3202b7e11581316f94.zip |
Add intlhack to fix the build on 4.X.
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 504e8e1af321..3887822eebeb 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -23,7 +23,8 @@ MOZILLA= mozilla-gtk1 HEADERS_SUFX= -gtk1 USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack bonobo libglade gnomevfs gnometarget +USE_GNOME= gnomeprefix intlhack gnomehack bonobo libglade gnomevfs \ + gnometarget USE_GMAKE= yes USE_ICONV= yes USE_LIBTOOL_VER=13 |