aboutsummaryrefslogtreecommitdiff
path: root/games/springlobby
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-01-19 16:54:58 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-01-19 16:54:58 +0000
commitdc4ce01bf6d3709b8169b5e85df1cc6f4b038f78 (patch)
treed51c710cbe485dde32f78a0ab20816bc97701b2a /games/springlobby
parent8ee9cfa717232354010d537addf6d5614d55d9af (diff)
downloadports-dc4ce01bf6d3709b8169b5e85df1cc6f4b038f78.tar.gz
ports-dc4ce01bf6d3709b8169b5e85df1cc6f4b038f78.zip
Mark IGNORE on < 9.1
Notes
Notes: svn path=/head/; revision=340325
Diffstat (limited to 'games/springlobby')
-rw-r--r--games/springlobby/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile
index f9e1b9900a4b..64d8615147fb 100644
--- a/games/springlobby/Makefile
+++ b/games/springlobby/Makefile
@@ -45,4 +45,10 @@ NOTIFY_CMAKE_ON= -DOPTION_NOTIFY=ON
NOTIFY_CMAKE_OFF= -DOPTION_NOTIFY=OFF
NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} < 901000
+IGNORE= does not build (no strtoll(3) support)
+.endif
+
.include <bsd.port.mk>