summaryrefslogtreecommitdiff
path: root/www/galeon
diff options
context:
space:
mode:
authortaya <taya>2001-07-20 02:23:11 +0000
committertaya <taya>2001-07-20 02:23:11 +0000
commit64b70f51130e0b6f0f0134eb7b4a9146c7b9582b (patch)
treef56a77cc466b71b359c53ef8a2285cfc98cf57f2 /www/galeon
parentf041ab647e0073be7ad2c1b685845727de1b6e2a (diff)
downloadpkgsrc-64b70f51130e0b6f0f0134eb7b4a9146c7b9582b.tar.gz
Add USE_LIBINTL to handle locale data correctly
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 65dd83e9238..d8ad1d85ad7 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/07/14 02:34:51 taya Exp $
+# $NetBSD: Makefile,v 1.2 2001/07/20 02:23:11 taya Exp $
#
DISTNAME= galeon-0.11.1
@@ -21,11 +21,13 @@ DEPENDS+= libxml>=1.8.13:../../textproc/libxml
DEPENDS+= libiconv>=1.6.1:../../converters/libiconv
USE_X11BASE= yes
+USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-mozilla-includes=${PREFIX}/include/mozilla \
--with-mozilla-libs=${PREFIX}/lib/mozilla \
--with-libiconv=${LOCALBASE} \
--disable-applet
+USE_LIBINTL= yes
MOZ_LIBDIR= ${PREFIX}/lib/mozilla
LDFLAGS+= -Wl,-R${MOZ_LIBDIR}