svn commit: r373915 - head/games/openspades

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 4 15:04:57 UTC 2014


Author: amdmi3
Date: Thu Dec  4 15:04:56 2014
New Revision: 373915
URL: https://svnweb.freebsd.org/changeset/ports/373915
QAT: https://qat.redports.org/buildarchive/r373915/

Log:
  - Check OPSYS along with OSVERSION

Modified:
  head/games/openspades/Makefile

Modified: head/games/openspades/Makefile
==============================================================================
--- head/games/openspades/Makefile	Thu Dec  4 15:00:42 2014	(r373914)
+++ head/games/openspades/Makefile	Thu Dec  4 15:04:56 2014	(r373915)
@@ -39,7 +39,7 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1000000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
 BROKEN=		doesn't build on pre-10.x
 .endif
 


More information about the svn-ports-head mailing list