aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-03-18 07:27:48 +0800
committermarino <marino@FreeBSD.org>2014-03-18 07:27:48 +0800
commitf793348d28609ff238f1fc028e1bff3fd94da816 (patch)
treeae0179fbdeea90e35833ad07da5f50aacc6f2a3f /net-mgmt
parent875a7bc0d30bbc3d56f2d4915dff72fc372c38fe (diff)
downloadfreebsd-ports-gnome-f793348d28609ff238f1fc028e1bff3fd94da816.tar.gz
freebsd-ports-gnome-f793348d28609ff238f1fc028e1bff3fd94da816.tar.zst
freebsd-ports-gnome-f793348d28609ff238f1fc028e1bff3fd94da816.zip
net-mgmt/rancid: r346745 is exactly opposite of intention
The OPSYS should have been FreeBSD, not DragonFly. I have no idea what happened here. Strangely, nobody complained.
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 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