mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Be explicit about the Python version to be used for the CONTRIB and
MP4 options
This commit is contained in:
parent
0b76d5eca8
commit
6560e9116b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324872
@ -227,7 +227,7 @@ ALL_TARGET= all strip
|
||||
.if ${PORT_OPTIONS:MP4} || ${PORT_OPTIONS:MCONTRIB}
|
||||
USE_PYTHON= yes
|
||||
PLIST_SUB+= PYTHON_VER=${PYTHON_VER} PYTHON=""
|
||||
CONFIGURE_ARGS+= --with-python=${LOCALBASE}/bin/python
|
||||
CONFIGURE_ARGS+= --with-python=${PYTHON_CMD}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-python
|
||||
PLIST_SUB+= PYTHON="@comment "
|
||||
|
Loading…
Reference in New Issue
Block a user