diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-03 14:41:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-03 14:41:19 +0000 |
commit | d566516723adc6c758504a466d77562f62ed0ac1 (patch) | |
tree | a6789d6d8a45f607d924c0bad21ad4b6d7ea609a /www/firefox | |
parent | 84d78a9e7e96e0642d65e5419284907e43c35f9e (diff) | |
download | pkgsrc-d566516723adc6c758504a466d77562f62ed0ac1.tar.gz |
MOZILLA_USE_GTK2 is a pkgsrc-internal variable -- prefix it with
an underscore.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 9f0898d3a40..82e0f18bc89 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2005/05/14 15:27:10 taya Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/03 14:41:19 wiz Exp $ MOZILLA= firefox EXTRACT_SUFX= .tar.bz2 COMMENT= Lightweight gecko-based web browser -MOZILLA_USE_GTK2= # defined +_MOZILLA_USE_GTK2= # defined MOZILLA_USE_XFT= YES PKGCONFIG_OVERRIDE+= build/unix/firefox-gtkmozembed.pc |