summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"