diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-04-03 16:24:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-04-03 16:24:17 +0000 |
commit | 226d9c87f85ccc74bae73f70be0e1b9478aa7c46 (patch) | |
tree | 884cfaf2b0c6a13c515a7cf626360e39e07f1473 /games/widelands | |
parent | 36d6cc2532848fc10ea50503c02f2b5f7a77fcbb (diff) | |
download | ports-226d9c87f85ccc74bae73f70be0e1b9478aa7c46.tar.gz ports-226d9c87f85ccc74bae73f70be0e1b9478aa7c46.zip |
Notes
Diffstat (limited to 'games/widelands')
-rw-r--r-- | games/widelands/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 8b68b8bd8328..2b4d4bd2f0c0 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -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 |