diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-15 04:03:16 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-15 04:03:16 +0800 |
commit | de7b80549f1afee09a0ffd718994c927c1dff515 (patch) | |
tree | 03a82de74a7522eab68063132e0b4790d31a2b19 /www/firefox/Makefile | |
parent | 43e1aeadce8b9e5f24bbec417a77af95ff35c5d2 (diff) | |
download | marcuscom-ports-de7b80549f1afee09a0ffd718994c927c1dff515.tar marcuscom-ports-de7b80549f1afee09a0ffd718994c927c1dff515.tar.gz marcuscom-ports-de7b80549f1afee09a0ffd718994c927c1dff515.tar.bz2 marcuscom-ports-de7b80549f1afee09a0ffd718994c927c1dff515.tar.lz marcuscom-ports-de7b80549f1afee09a0ffd718994c927c1dff515.tar.xz marcuscom-ports-de7b80549f1afee09a0ffd718994c927c1dff515.tar.zst marcuscom-ports-de7b80549f1afee09a0ffd718994c927c1dff515.zip |
- Switch OPTIONS=SMB ... back to only ports that support it.
- Fix build of thunderbird
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5132 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index e6d52c39f..237468a0c 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,7 +3,7 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox/Makefile,v 1.13 2005/11/12 02:06:57 ahze Exp $ +# $MCom: ports/www/firefox/Makefile,v 1.14 2005/11/14 04:12:08 ahze Exp $ # PORTNAME= firefox @@ -46,7 +46,8 @@ SCRIPTS_DIR= ${FAKEDIR}/lib/${FF} MOZ_PIS_SCRIPTS= S50cleanhome MOZ_PIS_DIR= ${SCRIPTS_DIR}/init.d -OPTIONS= NEWTAB "Open external links in a new tab" on +OPTIONS= NEWTAB "Open external links in a new tab" on \ + SMB "Enable smb:// URI support using gnomevfs" off .include <bsd.port.pre.mk> .include "${.CURDIR}/../mozilla/Makefile.common" |