diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-09-30 18:07:39 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-09-30 18:07:39 +0000 |
commit | 3aad17958c6daa309444cf9f7d0e3adfd22e847a (patch) | |
tree | ea36d32120becf11c6420e291c3753bf9edcae84 /mail | |
parent | e313d07ec398ffb571487358efdd937c4aea6cb5 (diff) | |
download | ports-3aad17958c6daa309444cf9f7d0e3adfd22e847a.tar.gz ports-3aad17958c6daa309444cf9f7d0e3adfd22e847a.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index cfe995ffb744..505e12e4be55 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 24.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -23,6 +24,7 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.5.2 L_VERSION= 2.6b3 +SSP_UNSAFE= yes USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 |