diff options
author | abs <abs> | 2005-04-02 14:38:14 +0000 |
---|---|---|
committer | abs <abs> | 2005-04-02 14:38:14 +0000 |
commit | a580772932c46da2d1ed84bfd6cd9731ba3e2f2a (patch) | |
tree | 03eee7b5ad903954b138678808785b23e4d2bfca /www/firefox | |
parent | 72360c742b9cdeb84fe66a5a2575b54d09e48dd5 (diff) | |
download | pkgsrc-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/firefox')
-rw-r--r-- | www/firefox/Makefile | 3 |
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" |