diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2012-06-08 14:43:11 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2012-06-08 14:43:11 +0000 |
commit | 3ff96438b54418f912a10b3e8055786297fdf83b (patch) | |
tree | 4007be7113fef39bd0035a2a4b08a5114a2e5456 /net/cvsupchk | |
parent | 8821d2dc0bbf2fa2835d0e980ea5eafcb07f7460 (diff) |
Duplicate EXTRACT_DEPENDS to FETCH_DEPENDS, to fix build under
the new no-network-after-fetch-stage regime.
Notes
Notes:
svn path=/head/; revision=298762
Diffstat (limited to 'net/cvsupchk')
-rw-r--r-- | net/cvsupchk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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= * |