From 7c99af37feb99c2edb931982d01024e76ca2e57a Mon Sep 17 00:00:00 2001 From: mandree Date: Fri, 8 Jun 2012 14:43:11 +0000 Subject: Duplicate EXTRACT_DEPENDS to FETCH_DEPENDS, to fix build under the new no-network-after-fetch-stage regime. --- net/cvsupchk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/cvsupchk/Makefile b/net/cvsupchk/Makefile index e78f2a430e0c..8c957f8403c2 100644 --- a/net/cvsupchk/Makefile +++ b/net/cvsupchk/Makefile @@ -15,6 +15,7 @@ MAINTAINER= mandree@FreeBSD.org COMMENT= Check a CVSup directory hierarchy against the checkouts file EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/cvsup-without-gui:extract +FETCH_DEPENDS:= ${EXTRACT_DEPENDS} PLIST_FILES= bin/cvsupchk PORTDOCS= * -- cgit