diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-17 23:27:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-17 23:27:48 +0000 |
commit | 38f08d3536ed2815f0797b808210410d6fcd7019 (patch) | |
tree | ae0179fbdeea90e35833ad07da5f50aacc6f2a3f /net-mgmt/rancid/Makefile | |
parent | 5e22015a0625329165899354ec977d00746eab1c (diff) | |
download | ports-38f08d3536ed2815f0797b808210410d6fcd7019.tar.gz ports-38f08d3536ed2815f0797b808210410d6fcd7019.zip |
Notes
Diffstat (limited to 'net-mgmt/rancid/Makefile')
-rw-r--r-- | net-mgmt/rancid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile index 4d5324a5407c..04559339f46b 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 ${OPSYS} == DragonFly && ${OSVERSION} >= 1000000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 RUN_DEPENDS+= cvs>0:${PORTSDIR}/devel/cvs .endif .endif |