diff options
author | ale <ale@FreeBSD.org> | 2006-02-06 15:12:20 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-02-06 15:12:20 +0800 |
commit | baed192dc73a33c1134a9f96b45c1142004024da (patch) | |
tree | 0d7d2168970a77dcefdc124b9955ef03c6621b55 /mail | |
parent | 006aecb36c1a59eaf95ece3526b43be2adf1ed7c (diff) | |
download | freebsd-ports-gnome-baed192dc73a33c1134a9f96b45c1142004024da.tar.gz freebsd-ports-gnome-baed192dc73a33c1134a9f96b45c1142004024da.tar.zst freebsd-ports-gnome-baed192dc73a33c1134a9f96b45c1142004024da.zip |
Hopefully fix pointyhat build, by adding all the extract dependencies of gecko.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 5 | ||||
-rw-r--r-- | mail/enigmail/Makefile | 5 |
2 files changed, 8 insertions, 2 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 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} |