summaryrefslogtreecommitdiff
path: root/www
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
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')
-rw-r--r--www/firefox/Makefile3
-rw-r--r--www/mozilla-gtk2/Makefile3
-rw-r--r--www/mozilla/Makefile.common4
3 files changed, 4 insertions, 6 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 3e81b67fa3f..4c1020f91f5 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/03/31 19:55:09 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2005/04/02 14:38:14 abs Exp $
MOZILLA= firefox
EXTRACT_SUFX= .tar.bz2
@@ -7,6 +7,5 @@ COMMENT= Lightweight gecko-based web browser
MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
-CONFIGURE_ARGS+= --disable-gnomevfs
.include "../../www/firefox/Makefile-firefox.common"
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"
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common
index 7a42811cbc2..eef2d30854f 100644
--- a/www/mozilla/Makefile.common
+++ b/www/mozilla/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2005/04/02 09:46:41 abs Exp $
+# $NetBSD: Makefile.common,v 1.51 2005/04/02 14:38:14 abs Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= mozilla-source-${MOZ_DIST_VER}
@@ -52,7 +52,7 @@ UNLIMIT_RESOURCES= datasize memorysize stacksize
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../net/libIDL/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-default-toolkit=gtk2
+CONFIGURE_ARGS+= --enable-default-toolkit=gtk2 --disable-gnomevfs
.else
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
.include "../../net/ORBit/buildlink3.mk"