diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
commit | fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e (patch) | |
tree | 31a09f87aa54867613bdaa899315c4a22186d754 /mail/enigmail-thunderbird | |
parent | 78c9ed8ab3fb2e5838545eeeaa11b3682193a9df (diff) | |
download | ports-fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e.tar.gz ports-fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e.zip |
Notes
Diffstat (limited to 'mail/enigmail-thunderbird')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index aed7a9ef1a3b..feb18ea8fcf3 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -7,7 +7,7 @@ PORTNAME= enigmail PORTVERSION= 0.94.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail security MASTER_SITES= http://www.mozilla-enigmail.org/downloads/src/ PKGNAMEPREFIX?= thunderbird- @@ -23,7 +23,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ nss3:${PORTSDIR}/security/nss \ Xft.2:${PORTSDIR}/x11-fonts/libXft RUN_DEPENDS= ${GECKO}:${PORTSDIR}/${GECKO_PORTDIR} \ - gpg:${PORTSDIR}/security/gnupg + gpg:${PORTSDIR}/security/gnupg1 GECKO= ${PKGNAMEPREFIX:S/-//} .if ${GECKO} == "thunderbird" |