diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-28 04:40:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-28 04:40:05 +0000 |
commit | 7d746b1a5b064143750580a73088ca440b9d47b9 (patch) | |
tree | 052f0dcd704e9b6cfc47415bd5a0e6593631289c /mail/thunderbird-esr | |
parent | a6cd016924f81627f28df76c9d388de64c5ada30 (diff) | |
download | ports-7d746b1a5b064143750580a73088ca440b9d47b9.tar.gz ports-7d746b1a5b064143750580a73088ca440b9d47b9.zip |
Notes
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index e7a4e6672505..bdcf9ebdcc52 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/thunderbird/Makefile,v 1.25 2007/04/20 14:29:23 ahze Exp $ +# $MCom: ports/mail/thunderbird/Makefile,v 1.28 2008/01/10 17:58:39 mezz Exp $ # PORTNAME= thunderbird DISTVERSION= 2.0.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source @@ -27,10 +27,11 @@ USE_GMAKE= yes USE_GCC= 3.4+ WANT_PERL= yes -MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices +MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices,auth,transformiix MOZ_PROTOCOLS= http,file,jar,viewsource,res,data MOZ_GRAPHICS= default,-xbm -MOZ_OPTIONS= --enable-single-profile --disable-profilesharing \ +MOZ_OPTIONS= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ + --enable-single-profile --disable-profilesharing \ --enable-application=mail --enable-official-branding MOZ_MK_OPTIONS= MOZ_MOZ_THUNDERBIRD=1 MOZ_EXPORT= MOZ_THUNDERBIRD=1 |