svn commit: r412628 - head/devel/cvsd

John Marino marino at FreeBSD.org
Wed Apr 6 15:42:01 UTC 2016


Author: marino
Date: Wed Apr  6 15:42:00 2016
New Revision: 412628
URL: https://svnweb.freebsd.org/changeset/ports/412628

Log:
  devel/cvsd: Use OPSYS with OSVERSION
  
  Approved by:	OSVERSION use blanket

Modified:
  head/devel/cvsd/Makefile

Modified: head/devel/cvsd/Makefile
==============================================================================
--- head/devel/cvsd/Makefile	Wed Apr  6 15:39:08 2016	(r412627)
+++ head/devel/cvsd/Makefile	Wed Apr  6 15:42:00 2016	(r412628)
@@ -27,7 +27,7 @@ PORTDOCS=	FAQ NEWS README
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} > 1000000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
 BUILD_DEPENDS+=	cvs:devel/cvs
 RUN_DEPENDS+=	cvs:devel/cvs
 .endif


More information about the svn-ports-all mailing list