diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-06-07 00:52:58 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-06-07 00:52:58 +0000 |
commit | 48b77af794df4217c94a80ba111384afc9a2435e (patch) | |
tree | f547eba440fd356fbc24656aa1ed6458f1df5c80 | |
parent | - Unbreak on 7.X by replacing getline() GNU extension with fgets() (diff) |
Fix build on amd64 if cvsup is unconfigured:
Use cvsup-without-gui instead to get sources extracted.
Notes
Notes:
svn path=/head/; revision=275169
-rw-r--r-- | net/cvsupchk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cvsupchk/Makefile b/net/cvsupchk/Makefile index 70f9488e4680..e78f2a430e0c 100644 --- a/net/cvsupchk/Makefile +++ b/net/cvsupchk/Makefile @@ -14,7 +14,7 @@ DISTFILES= MAINTAINER= mandree@FreeBSD.org COMMENT= Check a CVSup directory hierarchy against the checkouts file -EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/cvsup:extract +EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/cvsup-without-gui:extract PLIST_FILES= bin/cvsupchk PORTDOCS= * @@ -24,7 +24,7 @@ NO_BUILD= yes .include <bsd.port.pre.mk> -src!= cd ${PORTSDIR}/net/cvsup && make -V WRKSRC +src!= cd ${PORTSDIR}/net/cvsup-without-gui && make -V WRKSRC do-extract: ${MKDIR} ${WRKSRC} |