svn commit: r373885 - head/games/widelands

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 4 12:53:48 UTC 2014


Author: amdmi3
Date: Thu Dec  4 12:53:47 2014
New Revision: 373885
URL: https://svnweb.freebsd.org/changeset/ports/373885
QAT: https://qat.redports.org/buildarchive/r373885/

Log:
  - Check OPSYS along with OSVERSION

Modified:
  head/games/widelands/Makefile

Modified: head/games/widelands/Makefile
==============================================================================
--- head/games/widelands/Makefile	Thu Dec  4 12:49:20 2014	(r373884)
+++ head/games/widelands/Makefile	Thu Dec  4 12:53:47 2014	(r373885)
@@ -42,7 +42,7 @@ DESKTOP_ENTRIES="Widelands" \
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} < 900000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
 IGNORE=		doesn't build on 8.x
 .endif
 


More information about the svn-ports-head mailing list