1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Add FETCH_DEPENDS to prohibit fetch during build of child ports ( mail/enigmail-* )

This fixes building in jailed tinderboxes and pointyhat-west.

Reported by: pointyhat-west
Approved by: miwi (mentor), miwi (portmgr)
This commit is contained in:
Armin Pirkovitsch 2012-05-23 03:35:36 +00:00
parent 3d69c10ba4
commit 7ee51d2e04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297254

View File

@ -15,6 +15,9 @@ PKGNAMEPREFIX?= ${GECKO}-
MAINTAINER= ale@FreeBSD.org
COMMENT?= A GnuPG extension for the Mozilla mail clients
FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:${GECKO_TARGET} \
${GECKO}:${PORTSDIR}/${GECKO_PORTDIR} \
EXTRACT_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${GECKO_PORTDIR}:${GECKO_TARGET} \
${GECKO}:${PORTSDIR}/${GECKO_PORTDIR} \
autoconf-2.13:${PORTSDIR}/devel/autoconf213 \