diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-04 16:02:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-04 16:02:56 +0000 |
commit | a86f4d219cde34afcb8d084632e12d1eff1b209c (patch) | |
tree | c6661984c2f90b4e9bb6524f05eae2ec15f25230 /games/springlobby | |
parent | 824e88aa8a2254c470a890d887e0928dda1ffd73 (diff) | |
download | ports-a86f4d219cde34afcb8d084632e12d1eff1b209c.tar.gz ports-a86f4d219cde34afcb8d084632e12d1eff1b209c.zip |
Notes
Diffstat (limited to 'games/springlobby')
-rw-r--r-- | games/springlobby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index 3d1fcee6a556..32e2a3a50ceb 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -48,7 +48,7 @@ NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify .include <bsd.port.options.mk> -.if ${OSVERSION} < 901000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 901000 IGNORE= does not build (no strtoll(3) support) .endif |