diff options
author | wiz <wiz> | 2005-06-03 14:41:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-06-03 14:41:19 +0000 |
commit | 4bb665f70ad9aa4e3eec333ab5c8114f7f819851 (patch) | |
tree | a6789d6d8a45f607d924c0bad21ad4b6d7ea609a /www/galeon | |
parent | fddb2250dcbd4f2d18f92233bef5c8bfcfb2584d (diff) | |
download | pkgsrc-4bb665f70ad9aa4e3eec333ab5c8114f7f819851.tar.gz |
MOZILLA_USE_GTK2 is a pkgsrc-internal variable -- prefix it with
an underscore.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 71e0550c484..96b62c66b86 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2005/06/01 18:03:26 jlam Exp $ +# $NetBSD: Makefile,v 1.80 2005/06/03 14:41:19 wiz Exp $ # DISTNAME= galeon-1.3.21 @@ -20,7 +20,7 @@ USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -MOZILLA_USE_GTK2= # defined +_MOZILLA_USE_GTK2= # defined MOZILLA_USE_XFT= YES .include "../../mk/bsd.prefs.mk" |