mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Use ${NONEXISTENT} for dependencies that will not be installed.
PR: ports/126110 Submitted by: edwin
This commit is contained in:
parent
f9672becd1
commit
a0f71718c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217870
@ -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 \
|
||||
|
@ -22,7 +22,7 @@ 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?= ${NONEXISTENT}:${PORTSDIR}/${LOCAL_SRCDIR}:configure \
|
||||
zip:${PORTSDIR}/archivers/zip \
|
||||
gmake:${PORTSDIR}/devel/gmake \
|
||||
intltool-extract:${PORTSDIR}/textproc/intltool
|
||||
|
Loading…
Reference in New Issue
Block a user