diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-09-09 17:13:29 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-09-09 17:13:29 +0000 |
commit | 6e77e4f6edd60b358eacefaf41a4a2fe899ea94c (patch) | |
tree | fa0b2d2d26a899e30764bdad80e3a1267e8f9842 /mail/enigmail-thunderbird | |
parent | 181c03f67a38758193021a0bb10cc677844c60aa (diff) |
Notes
Diffstat (limited to 'mail/enigmail-thunderbird')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index 97514fbb44d0..54a089a2d0b0 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -thunderbird COMMENT= A GnuPG extension for the Thunderbird mail client EXTRACT_DEPENDS=${WRKDIR}/../../../${LOCAL_SRCDIR}/work/mozilla/Makefile:${PORTSDIR}/${LOCAL_SRCDIR}:configure +LIB_DEPENDS= nspr4:${PORTSDIR}/devel/nspr RUN_DEPENDS= thunderbird:${PORTSDIR}/${LOCAL_SRCDIR} MASTERDIR= ${.CURDIR}/../enigmail |