diff options
author | marino <marino@FreeBSD.org> | 2014-03-18 07:27:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-03-18 07:27:48 +0800 |
commit | f793348d28609ff238f1fc028e1bff3fd94da816 (patch) | |
tree | ae0179fbdeea90e35833ad07da5f50aacc6f2a3f /net-mgmt | |
parent | 875a7bc0d30bbc3d56f2d4915dff72fc372c38fe (diff) | |
download | freebsd-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/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 |