Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 00:44:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r351738 - branches/2014Q2/games/widelands
Message-ID:  <201404220044.s3M0i6vd023716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404220044.s3M0i6vd023716>