- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
This commit is contained in:
parent
c9f842b2cd
commit
fabf0b7174
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336583
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ MAKE_ARGS= CC="${CC}" \
|
|||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/CC/s,gcc,$$\{CC\},' ${WRKSRC}/make.inc
|
||||
@${REINPLACE_CMD} -e 's|= python|= ${PYTHON_CMD}|' ${WRKSRC}/make.inc
|
||||
|
||||
pre-build:
|
||||
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
|
||||
|
|
Loading…
Reference in a new issue