svn commit: r336462 - head/devel/llvm32
Marcus von Appen
mva at FreeBSD.org
Sat Dec 14 17:37:09 UTC 2013
Author: mva
Date: Sat Dec 14 17:37:08 2013
New Revision: 336462
URL: http://svnweb.freebsd.org/changeset/ports/336462
Log:
- Use python2 explicitly for the build
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Modified:
head/devel/llvm32/Makefile
Modified: head/devel/llvm32/Makefile
==============================================================================
--- head/devel/llvm32/Makefile Sat Dec 14 17:25:48 2013 (r336461)
+++ head/devel/llvm32/Makefile Sat Dec 14 17:37:08 2013 (r336462)
@@ -120,10 +120,10 @@ CONFIGURE_ARGS+= --disable-docs
.if ${PORT_OPTIONS:MLIT}
MAN1SRCS+= lit.1
-USE_PYTHON= yes
+USE_PYTHON= 2
LIT_COMMANDS= lit llvm-lit FileCheck
.else
-USE_PYTHON_BUILD= yes
+USE_PYTHON_BUILD= 2
.endif
.if ${PORT_OPTIONS:MLTOPLUGIN}
More information about the svn-ports-all
mailing list