summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-02 09:18:29 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-02 09:18:29 +0000
commit2f4c4a541c14cffb953a519334a5254be4bd89aa (patch)
treec7eb2fbd04086a3e71bec87af6cc26a38726fb3c /net-mgmt
parentAssorted utilities for manipulating MP3 files via MP3::Tag. (diff)
net-mgmt/rancid, devel/cvs(2html,-syncmail): Fix recent cvs dependency
CVS is no longer in base on FreeBSD 10 and later, but it's still in DragonFly's base, and the devel/cvs port doesn't even build on DF. The dependence on CVS was added to some ports recently, make sure that only applies to FreeBSD. Note the rancid approach where it further limits it to FreeBSD 10+ is better than devel/cvs* where they pull in CVS unconditionally on FreeBSD 8 and 9 where it's not needed. The unmaintained cvs-syncmail port was updated to be like rancid, but I didn't make the same update to the maintained cvs2html port.
Notes
Notes: svn path=/head/; revision=346745
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/rancid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile
index f3708f1852e6..4d5324a5407c 100644
--- a/net-mgmt/rancid/Makefile
+++ b/net-mgmt/rancid/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --with-svn
BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
.else
CONFIGURE_ARGS+= --without-svn
-.if ${OSVERSION} >= 1000000
+.if ${OPSYS} == DragonFly && ${OSVERSION} >= 1000000
RUN_DEPENDS+= cvs>0:${PORTSDIR}/devel/cvs
.endif
.endif