summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-04-01 08:59:12 +0000
committerabs <abs@pkgsrc.org>2005-04-01 08:59:12 +0000
commit583c29bb1396dc4105a275e0bfe8ebc404c0b199 (patch)
tree3640c24a5f71b37272a108c9d4f4a645bdc46d94 /www
parent7a0d3d4d6576b3fea91a160378f08c1af6f432c2 (diff)
downloadpkgsrc-583c29bb1396dc4105a275e0bfe8ebc404c0b199.tar.gz
Explicitly pass --disable-gnomevfs to avoid attemping to pull in gnomevfs
if installed on the system. Follows www/firefox/Makefile 1.13. PKGREVISION unchanged as generated binary unaltered (on those systems which could build it previously)
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-gtk2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla-gtk2/Makefile b/www/mozilla-gtk2/Makefile
index be7738f1371..ff1d1ca71ed 100644
--- a/www/mozilla-gtk2/Makefile
+++ b/www/mozilla-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/03/24 14:08:28 taya Exp $
+# $NetBSD: Makefile,v 1.18 2005/04/01 08:59:12 abs Exp $
MOZILLA= mozilla-gtk2
MOZILLA_BIN= mozilla-bin
@@ -18,5 +18,6 @@ BUILD_CALENDAR= # defined
MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
+CONFIGURE_ARGS+= --disable-gnomevfs
.include "../../www/mozilla/Makefile.common"