svn commit: r424617 - head/security/libpwquality

Antoine Brodin antoine at FreeBSD.org
Tue Oct 25 12:15:21 UTC 2016


Author: antoine
Date: Tue Oct 25 12:15:20 2016
New Revision: 424617
URL: https://svnweb.freebsd.org/changeset/ports/424617

Log:
  Remove build dependency on the python symlink

Modified:
  head/security/libpwquality/Makefile

Modified: head/security/libpwquality/Makefile
==============================================================================
--- head/security/libpwquality/Makefile	Tue Oct 25 11:44:19 2016	(r424616)
+++ head/security/libpwquality/Makefile	Tue Oct 25 12:15:20 2016	(r424617)
@@ -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>


More information about the svn-ports-head mailing list