svn commit: r326394 - head/games/0ad

Guido Falsi madpilot at FreeBSD.org
Thu Sep 5 13:11:30 UTC 2013


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


More information about the svn-ports-all mailing list