aboutsummaryrefslogtreecommitdiff
path: root/games/springlobby
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-04 16:02:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-04 16:02:56 +0000
commita86f4d219cde34afcb8d084632e12d1eff1b209c (patch)
treec6661984c2f90b4e9bb6524f05eae2ec15f25230 /games/springlobby
parent824e88aa8a2254c470a890d887e0928dda1ffd73 (diff)
downloadports-a86f4d219cde34afcb8d084632e12d1eff1b209c.tar.gz
ports-a86f4d219cde34afcb8d084632e12d1eff1b209c.zip
- Check OPSYS along with OSVERSION
Notes
Notes: svn path=/head/; revision=373964
Diffstat (limited to 'games/springlobby')
-rw-r--r--games/springlobby/Makefile2
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