diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-11 01:58:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-11 01:58:39 +0800 |
commit | fe338acd659e185d3cb18efc1c7c1ab9f24c9857 (patch) | |
tree | 2f9069f225f0c123150c3c144398dfd7940c0ff3 /mail | |
parent | 848d4818e09fa09cbbdbe919a8182090a08a6675 (diff) | |
download | marcuscom-ports-fe338acd659e185d3cb18efc1c7c1ab9f24c9857.tar marcuscom-ports-fe338acd659e185d3cb18efc1c7c1ab9f24c9857.tar.gz marcuscom-ports-fe338acd659e185d3cb18efc1c7c1ab9f24c9857.tar.bz2 marcuscom-ports-fe338acd659e185d3cb18efc1c7c1ab9f24c9857.tar.lz marcuscom-ports-fe338acd659e185d3cb18efc1c7c1ab9f24c9857.tar.xz marcuscom-ports-fe338acd659e185d3cb18efc1c7c1ab9f24c9857.tar.zst marcuscom-ports-fe338acd659e185d3cb18efc1c7c1ab9f24c9857.zip |
Add two extensions, auth[1] and transformiix[2]. Bump the PORTREVISION.
PR: ports/117734 [1]
Submitted by: Nathan Whitehorn <nathanw@uchicago.edu> [1]
Reported by: Juan Pablo Roig <juan.roig@globant.com> [2]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10047 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index c312a75a2..ded4c1c02 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/mail/thunderbird/Makefile,v 1.27 2007/12/28 17:39:27 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,7 +27,7 @@ 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= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ |