diff options
author | ale <ale@FreeBSD.org> | 2008-07-31 14:03:56 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-07-31 14:03:56 +0800 |
commit | 2932d53ffb5a38516137fbf2bf2b271eb1a920f4 (patch) | |
tree | fc5d1c137cff15a3ddc26cdb3cf1caf2a59cf6b7 /mail/enigmail-thunderbird | |
parent | 09ea6403bc63d1d87ef5675271fd936832d8fbe3 (diff) | |
download | freebsd-ports-gnome-2932d53ffb5a38516137fbf2bf2b271eb1a920f4.tar.gz freebsd-ports-gnome-2932d53ffb5a38516137fbf2bf2b271eb1a920f4.tar.zst freebsd-ports-gnome-2932d53ffb5a38516137fbf2bf2b271eb1a920f4.zip |
Use ${NONEXISTENT} for dependencies that will not be installed.
PR: ports/126110
Submitted by: edwin
Diffstat (limited to 'mail/enigmail-thunderbird')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index bab6cfb4bc4e..09667cc62794 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX?= thunderbird- MAINTAINER= ale@FreeBSD.org COMMENT?= A GnuPG extension for the Thunderbird mail client -EXTRACT_DEPENDS=${GECKO_WRKSRC}/configure:${PORTSDIR}/${GECKO_PORTDIR}:patch +EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:patch BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ |