Date: Tue, 25 Oct 2016 12:15:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424617 - head/security/libpwquality Message-ID: <201610251215.u9PCFK2N059290@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610251215.u9PCFK2N059290>