diff options
author | ale <ale@FreeBSD.org> | 2006-02-09 15:24:34 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-02-09 15:24:34 +0800 |
commit | 8547b15aa98fdd138a72c36f60ed3a2997c3b09c (patch) | |
tree | 329d73f9f7e85727aaa676393d66d3dfcb031461 /mail/enigmail-thunderbird | |
parent | bf7b947f49e353fb1644da1241e5d9810b349db3 (diff) | |
download | freebsd-ports-gnome-8547b15aa98fdd138a72c36f60ed3a2997c3b09c.tar.gz freebsd-ports-gnome-8547b15aa98fdd138a72c36f60ed3a2997c3b09c.tar.zst freebsd-ports-gnome-8547b15aa98fdd138a72c36f60ed3a2997c3b09c.zip |
Add zip as build dependency too.
Spotted by: pointyhat
Diffstat (limited to 'mail/enigmail-thunderbird')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index da62f2af897b..71c7fc7083ff 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -18,6 +18,7 @@ EXTRACT_DEPENDS=${GECKO_WRKSRC}/Makefile:${PORTSDIR}/${GECKO_PORTDIR}:configure zip:${PORTSDIR}/archivers/zip \ gmake:${PORTSDIR}/devel/gmake \ intltool-extract:${PORTSDIR}/textproc/intltool +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= nspr4:${PORTSDIR}/devel/nspr RUN_DEPENDS= ${GECKO}:${PORTSDIR}/${GECKO_PORTDIR} \ gpg:${PORTSDIR}/security/gnupg |