diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-07-03 08:02:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-07-03 08:02:38 +0000 |
commit | ccf06807f84866f77db66931b7f15e7b0ce26b9c (patch) | |
tree | e02183a657618caf19df805e234543371b60cce5 /mail/enigmail-thunderbird | |
parent | edbfcf1c233afe1de8a17efb1bd7635d1832b3ef (diff) |
- Update to 1.2 release to support seamonkey 2.1 and thunderbird 5.0,
though it currently doesn't build (we are working to fix it)
- Update build commands
- Add PORTSCOUT knobs
Notes
Notes:
svn path=/head/; revision=276962
Diffstat (limited to 'mail/enigmail-thunderbird')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index cedfd35a5c58..8b59f127434d 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -5,18 +5,15 @@ # $FreeBSD$ # -PORTVERSION= 1.1.2 - COMMENT= A GnuPG extension for the Thunderbird mail client -EXTRACT_DEPENDS=autoconf-2.13:${PORTSDIR}/devel/autoconf213 +EXTRACT_DEPENDS=autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ + yasm:${PORTSDIR}/devel/yasm MASTERDIR= ${.CURDIR}/../enigmail GECKO= thunderbird GECKO_PORTDIR= mail/${GECKO} -GECKO_EXTDIR= comm-1.9.2 - -MAKE_JOBS_UNSAFE= yes +GECKO_EXTDIR= comm-miramar .include "${MASTERDIR}/Makefile" |