summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorabs <abs>2005-04-01 08:59:12 +0000
committerabs <abs>2005-04-01 08:59:12 +0000
commit7ebad1dda3c9495af27176eeeaa5aee84d2bf2a3 (patch)
tree3640c24a5f71b37272a108c9d4f4a645bdc46d94 /www
parent3caeba622bf8c19c56ac57a5b14d92c9f50f9172 (diff)
downloadpkgsrc-7ebad1dda3c9495af27176eeeaa5aee84d2bf2a3.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"