diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-26 08:30:19 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-26 08:30:19 +0000 |
commit | b17ec0000f61ab6c8bb148188c8006d02cb73306 (patch) | |
tree | 9d6c8fcb771ad196adeb62fafad9847c836583c2 /mail/thunderbird-esr | |
parent | ea3f2142517fe358464f6691bc3cdbf6b851ac6a (diff) | |
download | ports-b17ec0000f61ab6c8bb148188c8006d02cb73306.tar.gz ports-b17ec0000f61ab6c8bb148188c8006d02cb73306.zip |
Notes
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 8727dc0d0e5c..b127d82f6a29 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -8,6 +8,7 @@ PORTNAME= thunderbird DISTVERSION= 2.0.0.23 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source @@ -27,7 +28,7 @@ USE_GECKO= gecko WANT_PERL= yes MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices,auth,transformiix -MOZ_PROTOCOLS= http,file,jar,viewsource,res,data +MOZ_PROTOCOLS= http,ftp,file,jar,viewsource,res,data MOZ_GRAPHICS= default,-xbm MOZ_OPTIONS= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-single-profile --disable-profilesharing \ |