diff options
author | taya <taya@pkgsrc.org> | 2001-07-20 02:23:11 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2001-07-20 02:23:11 +0000 |
commit | 73c6cb1be2b7f5b22cbb47edf2fd4f3cdf2ee576 (patch) | |
tree | f56a77cc466b71b359c53ef8a2285cfc98cf57f2 /www/galeon | |
parent | 5af074304d6772f10006e13e23f75591e6ef8f58 (diff) | |
download | pkgsrc-73c6cb1be2b7f5b22cbb47edf2fd4f3cdf2ee576.tar.gz |
Add USE_LIBINTL to handle locale data correctly
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 4 |
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} |