diff options
author | ghen <ghen> | 2006-02-06 09:20:45 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-02-06 09:20:45 +0000 |
commit | edcdd9fd857b9c3c826ed105d19f3cd2a8a9287f (patch) | |
tree | 123d4549a745fe17216d1cc6286726e4bac8484d /www/galeon | |
parent | 646dbc65a90fa4e3c8392b0fbf5f6b25d35b6110 (diff) | |
download | pkgsrc-edcdd9fd857b9c3c826ed105d19f3cd2a8a9287f.tar.gz |
s/_MOZILLA_USE_GTK2/MOZILLA_USE_GTK2/g, as to silent pkglint (WARN: Variable
names starting with an underscore are reserved for internal pkgsrc use).
Ok with wiz.
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 32f66d117f7..476ab26288b 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2006/02/06 00:51:18 ghen Exp $ +# $NetBSD: Makefile,v 1.93 2006/02/06 09:20:46 ghen Exp $ # DISTNAME= galeon-1.3.21 @@ -22,7 +22,7 @@ USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -_MOZILLA_USE_GTK2= # yes +MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES PKG_OPTIONS_VAR= PKG_OPTIONS.galeon |