svn commit: r351738 - branches/2014Q2/games/widelands

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 22 00:44:07 UTC 2014


Author: amdmi3
Date: Tue Apr 22 00:44:06 2014
New Revision: 351738
URL: http://svnweb.freebsd.org/changeset/ports/351738
QAT: https://qat.redports.org/buildarchive/r351738/

Log:
  MFH: r350026
  
  - Mark IGNORE in 8.x
  
  Approved by:	portmgr

Modified:
  branches/2014Q2/games/widelands/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/games/widelands/Makefile
==============================================================================
--- branches/2014Q2/games/widelands/Makefile	Tue Apr 22 00:41:50 2014	(r351737)
+++ branches/2014Q2/games/widelands/Makefile	Tue Apr 22 00:44:06 2014	(r351738)
@@ -36,6 +36,12 @@ DESKTOP_ENTRIES="Widelands" \
 		"Game;StrategyGame;" \
 		""
 
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} < 900000
+IGNORE=		doesn't build on 8.x
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
 		${WRKSRC}/cmake/Modules/*.cmake


More information about the svn-ports-all mailing list