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.
This commit is contained in:
John Marino 2014-03-17 23:27:48 +00:00
parent 5e22015a06
commit 38f08d3536
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348507

View file

@ -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