svn commit: r374601 - head/devel/llvm33
Brooks Davis
brooks at FreeBSD.org
Fri Dec 12 17:47:38 UTC 2014
Author: brooks
Date: Fri Dec 12 17:47:37 2014
New Revision: 374601
URL: https://svnweb.freebsd.org/changeset/ports/374601
QAT: https://qat.redports.org/buildarchive/r374601/
Log:
Fix incorrect USES=python syntax.
Submitted by: amdmi3
Modified:
head/devel/llvm33/Makefile
Modified: head/devel/llvm33/Makefile
==============================================================================
--- head/devel/llvm33/Makefile Fri Dec 12 17:15:45 2014 (r374600)
+++ head/devel/llvm33/Makefile Fri Dec 12 17:47:37 2014 (r374601)
@@ -2,7 +2,7 @@
PORTNAME= llvm
PORTVERSION= 3.3
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= devel lang
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -113,7 +113,7 @@ MAN1SRCS+= lit.1
USES+= python:-2.9
LIT_COMMANDS= lit llvm-lit FileCheck
.else
-USES+= python:-2.9:build
+USES+= python:-2.9,build
.endif
.if ${PORT_OPTIONS:MLTOPLUGIN}
More information about the svn-ports-all
mailing list