svn commit: r335938 - head/devel/cvs

Eitan Adler eadler at FreeBSD.org
Sun Dec 8 20:18:04 UTC 2013


Author: eadler
Date: Sun Dec  8 20:18:03 2013
New Revision: 335938
URL: http://svnweb.freebsd.org/changeset/ports/335938

Log:
  Tie OSVERSION to OPSYS

Modified:
  head/devel/cvs/Makefile

Modified: head/devel/cvs/Makefile
==============================================================================
--- head/devel/cvs/Makefile	Sun Dec  8 20:10:17 2013	(r335937)
+++ head/devel/cvs/Makefile	Sun Dec  8 20:18:03 2013	(r335938)
@@ -21,7 +21,7 @@ MAKE_ARGS=	DESTDIR=${STAGEDIR}${PREFIX}
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 900000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
 BROKEN=	does not link
 .endif
 


More information about the svn-ports-head mailing list