Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2014 17:47:38 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374601 - head/devel/llvm33
Message-ID:  <201412121747.sBCHlc8N083879@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412121747.sBCHlc8N083879>