Date: Thu, 5 Sep 2013 13:11:30 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326394 - head/games/0ad Message-ID: <201309051311.r85DBUXr026018@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Thu Sep 5 13:11:30 2013 New Revision: 326394 URL: http://svnweb.freebsd.org/changeset/ports/326394 Log: Fix previous commit: close conditional. Modified: head/games/0ad/Makefile Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Thu Sep 5 13:08:30 2013 (r326393) +++ head/games/0ad/Makefile Thu Sep 5 13:11:30 2013 (r326394) @@ -50,6 +50,7 @@ __CLANG!= ${DESTDIR}/usr/bin/clang --ve ${SED} -e 's/.*clang version \([0-9]\)\.\([0-9]\).*/\1\2/' .else __CLANG= 0 +.endif .if ${__CLANG} < 33 && ${OSVERSION} > 900014 BUILD_DEPENDS+= ${LOCALBASE}/bin/clang33:${PORTSDIR}/lang/clang33
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051311.r85DBUXr026018>