diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-02-06 07:12:20 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-02-06 07:12:20 +0000 |
commit | 71d851de7dc63517876498e88e84136676a13ce9 (patch) | |
tree | f453664718139d39fe9ef335f505d9befbd419a1 /mail/enigmail-thunderbird | |
parent | 64aaefb5ff4f4f6a293efceff9fc50e9745406e5 (diff) |
Notes
Diffstat (limited to 'mail/enigmail-thunderbird')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index 65a3a6e8d2c4..da62f2af897b 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -14,7 +14,10 @@ PKGNAMEPREFIX?= thunderbird- MAINTAINER= ale@FreeBSD.org COMMENT?= A GnuPG extension for the Thunderbird mail client -EXTRACT_DEPENDS=${GECKO_WRKSRC}/Makefile:${PORTSDIR}/${GECKO_PORTDIR}:configure +EXTRACT_DEPENDS=${GECKO_WRKSRC}/Makefile:${PORTSDIR}/${GECKO_PORTDIR}:configure \ + zip:${PORTSDIR}/archivers/zip \ + gmake:${PORTSDIR}/devel/gmake \ + intltool-extract:${PORTSDIR}/textproc/intltool LIB_DEPENDS= nspr4:${PORTSDIR}/devel/nspr RUN_DEPENDS= ${GECKO}:${PORTSDIR}/${GECKO_PORTDIR} \ gpg:${PORTSDIR}/security/gnupg |