aboutsummaryrefslogtreecommitdiff
path: root/security/libpwquality
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-10-25 12:15:20 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-10-25 12:15:20 +0000
commit0a37b78fdc750811dc617f56f2d7e197326965d5 (patch)
treee354f54fee842d0d01adbd51bac076ed69da481f /security/libpwquality
parent73a69a638802397e1476f99b12dc324f24980453 (diff)
downloadports-0a37b78fdc750811dc617f56f2d7e197326965d5.tar.gz
ports-0a37b78fdc750811dc617f56f2d7e197326965d5.zip
Remove build dependency on the python symlink
Notes
Notes: svn path=/head/; revision=424617
Diffstat (limited to 'security/libpwquality')
-rw-r--r--security/libpwquality/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/libpwquality/Makefile b/security/libpwquality/Makefile
index 68ce809e7258..15e047ffabaa 100644
--- a/security/libpwquality/Makefile
+++ b/security/libpwquality/Makefile
@@ -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>