summaryrefslogtreecommitdiff
path: root/www/mozilla-gtk2
diff options
context:
space:
mode:
authorabs <abs>2005-04-02 14:38:14 +0000
committerabs <abs>2005-04-02 14:38:14 +0000
commita580772932c46da2d1ed84bfd6cd9731ba3e2f2a (patch)
tree03eee7b5ad903954b138678808785b23e4d2bfca /www/mozilla-gtk2
parent72360c742b9cdeb84fe66a5a2575b54d09e48dd5 (diff)
downloadpkgsrc-a580772932c46da2d1ed84bfd6cd9731ba3e2f2a.tar.gz
MOZILLA_USE_GTK2 needs --disable-gnomevfs, so make this so in
mozilla/Makefile.common, rather than adding it into each Makefile (also fixes thunderbird-gtk2).
Diffstat (limited to 'www/mozilla-gtk2')
-rw-r--r--www/mozilla-gtk2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mozilla-gtk2/Makefile b/www/mozilla-gtk2/Makefile
index ff1d1ca71ed..3880f2481cb 100644
--- a/www/mozilla-gtk2/Makefile
+++ b/www/mozilla-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/04/01 08:59:12 abs Exp $
+# $NetBSD: Makefile,v 1.19 2005/04/02 14:38:15 abs Exp $
MOZILLA= mozilla-gtk2
MOZILLA_BIN= mozilla-bin
@@ -18,6 +18,5 @@ BUILD_CALENDAR= # defined
MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
-CONFIGURE_ARGS+= --disable-gnomevfs
.include "../../www/mozilla/Makefile.common"