Remove build dependency on the python symlink

This commit is contained in:
Antoine Brodin 2016-10-25 12:15:20 +00:00
parent 73a69a6388
commit 0a37b78fdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424617

View File

@ -24,11 +24,7 @@ OPTIONS_DEFINE= PYTHON
OPTIONS_DEFAULT=PYTHON
OPTIONS_SUB= yes
PYTHON_USES= python
PYTHON_BUILD_DEPENDS= python:lang/python
PYTHON_CONFIGURE_ENABLE= python-bindings
post-patch:
@${REINPLACE_CMD} -e 's|python setup.py build|${PYTHON_VERSION} setup.py build|g' \
${WRKSRC}/python/Makefile.in
PYTHON_CONFIGURE_ON= --with-python-binary=${PYTHON_CMD}
.include <bsd.port.mk>