diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-02-06 15:12:20 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-02-06 15:12:20 +0800 |
commit | 71d851de7dc63517876498e88e84136676a13ce9 (patch) | |
tree | f453664718139d39fe9ef335f505d9befbd419a1 /mail/enigmail | |
parent | 64aaefb5ff4f4f6a293efceff9fc50e9745406e5 (diff) | |
download | freebsd-ports-gnome-71d851de7dc63517876498e88e84136676a13ce9.tar.gz freebsd-ports-gnome-71d851de7dc63517876498e88e84136676a13ce9.tar.zst freebsd-ports-gnome-71d851de7dc63517876498e88e84136676a13ce9.zip |
Hopefully fix pointyhat build, by adding all the extract dependencies of gecko.
Diffstat (limited to 'mail/enigmail')
-rw-r--r-- | mail/enigmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/enigmail/Makefile b/mail/enigmail/Makefile index 006a3ed3e2f1..93b55ef9e0bd 100644 --- a/mail/enigmail/Makefile +++ b/mail/enigmail/Makefile @@ -22,7 +22,10 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= ale@FreeBSD.org COMMENT?= A GnuPG extension for the Mozilla mail client -EXTRACT_DEPENDS?= ${WRKDIR}/../../../${LOCAL_SRCDIR}/work/mozilla/Makefile:${PORTSDIR}/${LOCAL_SRCDIR}:configure +EXTRACT_DEPENDS?= ${WRKDIR}/../../../${LOCAL_SRCDIR}/work/mozilla/Makefile:${PORTSDIR}/${LOCAL_SRCDIR}:configure \ + zip:${PORTSDIR}/archivers/zip \ + gmake:${PORTSDIR}/devel/gmake \ + intltool-extract:${PORTSDIR}/textproc/intltool LIB_DEPENDS?= nspr4:${PORTSDIR}/devel/nspr RUN_DEPENDS?= mozilla:${PORTSDIR}/${LOCAL_SRCDIR} |