summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-04-02 14:38:14 +0000
committerabs <abs@pkgsrc.org>2005-04-02 14:38:14 +0000
commit15cef35050bf9365d5d9ee46b1b1022c1a84b5fd (patch)
tree03eee7b5ad903954b138678808785b23e4d2bfca /www/firefox
parentdb9b0ad05795b9556c8acbec7a7c6bd613f2c5be (diff)
downloadpkgsrc-15cef35050bf9365d5d9ee46b1b1022c1a84b5fd.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/firefox')
-rw-r--r--www/firefox/Makefile3
1 files changed, 1 insertions, 2 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"