diff options
author | mandree <mandree@FreeBSD.org> | 2012-06-08 22:43:11 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-06-08 22:43:11 +0800 |
commit | 7c99af37feb99c2edb931982d01024e76ca2e57a (patch) | |
tree | 71c887cd84db3a81d571d520fb87259eb0487180 | |
parent | 7e6174779e3b7824694c698887eca6c6b327182f (diff) | |
download | freebsd-ports-gnome-7c99af37feb99c2edb931982d01024e76ca2e57a.tar.gz freebsd-ports-gnome-7c99af37feb99c2edb931982d01024e76ca2e57a.tar.zst freebsd-ports-gnome-7c99af37feb99c2edb931982d01024e76ca2e57a.zip |
Duplicate EXTRACT_DEPENDS to FETCH_DEPENDS, to fix build under
the new no-network-after-fetch-stage regime.
-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= * |