Date: Thu, 4 Dec 2014 16:02:57 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373964 - head/games/springlobby Message-ID: <201412041602.sB4G2v7T097800@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412041602.sB4G2v7T097800>