diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-02 09:18:29 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-02 09:18:29 +0000 |
commit | 2f4c4a541c14cffb953a519334a5254be4bd89aa (patch) | |
tree | c7eb2fbd04086a3e71bec87af6cc26a38726fb3c /net-mgmt/rancid | |
parent | d3487b0c143a22cf581ab26faf98b0ffb461a47a (diff) |
Notes
Diffstat (limited to 'net-mgmt/rancid')
-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 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 |