diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-01-20 00:54:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-01-20 00:54:58 +0800 |
commit | 89dbcdad4a08ff16e176504eb170a83a07df2feb (patch) | |
tree | d51c710cbe485dde32f78a0ab20816bc97701b2a /games | |
parent | 04ed3b2016b7d57bc3b3732960849416792c877a (diff) | |
download | freebsd-ports-gnome-89dbcdad4a08ff16e176504eb170a83a07df2feb.tar.gz freebsd-ports-gnome-89dbcdad4a08ff16e176504eb170a83a07df2feb.tar.zst freebsd-ports-gnome-89dbcdad4a08ff16e176504eb170a83a07df2feb.zip |
Mark IGNORE on < 9.1
Diffstat (limited to 'games')
-rw-r--r-- | games/springlobby/Makefile | 6 |
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> |