svn commit: r373964 - head/games/springlobby

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 4 16:02:57 UTC 2014


Author: amdmi3
Date: Thu Dec  4 16:02:56 2014
New Revision: 373964
URL: https://svnweb.freebsd.org/changeset/ports/373964
QAT: https://qat.redports.org/buildarchive/r373964/

Log:
  - Check OPSYS along with OSVERSION

Modified:
  head/games/springlobby/Makefile

Modified: head/games/springlobby/Makefile
==============================================================================
--- head/games/springlobby/Makefile	Thu Dec  4 15:57:25 2014	(r373963)
+++ head/games/springlobby/Makefile	Thu Dec  4 16:02:56 2014	(r373964)
@@ -48,7 +48,7 @@ NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTS
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} < 901000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 901000
 IGNORE=		does not build (no strtoll(3) support)
 .endif
 


More information about the svn-ports-head mailing list