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 | |
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')
-rw-r--r-- | mail/enigmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/enigmail/Makefile b/mail/enigmail/Makefile index 93b55ef9e0bd..99752da1e42a 100644 --- a/mail/enigmail/Makefile +++ b/mail/enigmail/Makefile @@ -26,6 +26,7 @@ EXTRACT_DEPENDS?= ${WRKDIR}/../../../${LOCAL_SRCDIR}/work/mozilla/Makefile:${POR 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?= mozilla:${PORTSDIR}/${LOCAL_SRCDIR} |