svn commit: r412627 - head/devel/cvs2svn
John Marino
marino at FreeBSD.org
Wed Apr 6 15:39:10 UTC 2016
Author: marino
Date: Wed Apr 6 15:39:08 2016
New Revision: 412627
URL: https://svnweb.freebsd.org/changeset/ports/412627
Log:
devel/cvs2svn: Use OPSYS with OSVERSION
Approved by: OSVERSION use blanket
Modified:
head/devel/cvs2svn/Makefile
Modified: head/devel/cvs2svn/Makefile
==============================================================================
--- head/devel/cvs2svn/Makefile Wed Apr 6 15:29:26 2016 (r412626)
+++ head/devel/cvs2svn/Makefile Wed Apr 6 15:39:08 2016 (r412627)
@@ -41,7 +41,7 @@ BAZAAR_RUN_DEPENDS= ${LOCALBASE}/bin/bzr
.include <bsd.port.options.mk>
-.if ${OSVERSION} > 1000000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
RUN_DEPENDS+= cvs:devel/cvs
.endif
More information about the svn-ports-all
mailing list