svn commit: r350026 - head/games/widelands
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Apr 3 16:24:17 UTC 2014
Author: amdmi3
Date: Thu Apr 3 16:24:17 2014
New Revision: 350026
URL: http://svnweb.freebsd.org/changeset/ports/350026
QAT: https://qat.redports.org/buildarchive/r350026/
Log:
- Mark IGNORE in 8.x
Modified:
head/games/widelands/Makefile
Modified: head/games/widelands/Makefile
==============================================================================
--- head/games/widelands/Makefile Thu Apr 3 15:49:43 2014 (r350025)
+++ head/games/widelands/Makefile Thu Apr 3 16:24:17 2014 (r350026)
@@ -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-head
mailing list