aboutsummaryrefslogtreecommitdiff
path: root/games/freeminer
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-04 12:29:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-04 12:29:16 +0000
commit549d3277381cc005e6abaf78fcbe2ea95e5721ba (patch)
tree6aab84c317831a52ae2f214f60406c69424ad75c /games/freeminer
parentfc144d5aaf20fa7619f138c5ee188ebaa6e56ac5 (diff)
downloadports-549d3277381cc005e6abaf78fcbe2ea95e5721ba.tar.gz
ports-549d3277381cc005e6abaf78fcbe2ea95e5721ba.zip
Notes
Diffstat (limited to 'games/freeminer')
-rw-r--r--games/freeminer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeminer/Makefile b/games/freeminer/Makefile
index 9078df22ce43..ad674f321e3b 100644
--- a/games/freeminer/Makefile
+++ b/games/freeminer/Makefile
@@ -65,8 +65,8 @@ LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit
.include <bsd.port.options.mk>
-.if ${OSVERSION} < 900000
-BROKEN= does not build (lack of long long support)
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
+BROKEN= does not build on 8.x (lack of long long support)
.endif
.if ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MSOUND}