Date: Sun, 19 Jan 2014 16:54:58 +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: r340325 - head/games/springlobby Message-ID: <201401191654.s0JGsw6N003612@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Jan 19 16:54:58 2014 New Revision: 340325 URL: http://svnweb.freebsd.org/changeset/ports/340325 QAT: https://qat.redports.org/buildarchive/r340325/ Log: Mark IGNORE on < 9.1 Modified: head/games/springlobby/Makefile Modified: head/games/springlobby/Makefile ============================================================================== --- head/games/springlobby/Makefile Sun Jan 19 16:37:42 2014 (r340324) +++ head/games/springlobby/Makefile Sun Jan 19 16:54:58 2014 (r340325) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401191654.s0JGsw6N003612>