diff options
author | John Polstra <jdp@FreeBSD.org> | 2002-01-15 05:13:57 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2002-01-15 05:13:57 +0000 |
commit | 2e884fec8c1a9e5683c8c429dd861cf16fec205f (patch) | |
tree | f765809c92990b30447c05c4154e15e0b5389853 /net/cvsup-mirror | |
parent | 0ab8b8adaac6c9d0b838630e84e9fa321ef615e4 (diff) |
Depend on the GUI-less port of CVSup.
Notes
Notes:
svn path=/head/; revision=53093
Diffstat (limited to 'net/cvsup-mirror')
-rw-r--r-- | net/cvsup-mirror/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile index 3ede130549a7..00bedfa1895d 100644 --- a/net/cvsup-mirror/Makefile +++ b/net/cvsup-mirror/Makefile @@ -12,7 +12,7 @@ DISTFILES= MAINTAINER= jdp@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsup +RUN_DEPENDS= ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsup-without-gui NO_WRKSUBDIR= true NO_BUILD= true |