1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Use python2 explicitly for the build

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
This commit is contained in:
Marcus von Appen 2013-12-14 17:37:08 +00:00
parent f94e022a28
commit f1d4d0f14e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336462

View File

@ -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}