svn commit: r364919 - head/security/py-m2crypto
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 15 03:02:31 UTC 2014
Author: sunpoet
Date: Fri Aug 15 03:02:31 2014
New Revision: 364919
URL: http://svnweb.freebsd.org/changeset/ports/364919
QAT: https://qat.redports.org/buildarchive/r364919/
Log:
- Use USES=python
Modified:
head/security/py-m2crypto/Makefile
Modified: head/security/py-m2crypto/Makefile
==============================================================================
--- head/security/py-m2crypto/Makefile Fri Aug 15 03:02:25 2014 (r364918)
+++ head/security/py-m2crypto/Makefile Fri Aug 15 03:02:31 2014 (r364919)
@@ -15,10 +15,9 @@ LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
-PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_BUILDARGS= build_ext --openssl="${OPENSSLBASE}"
USE_OPENSSL= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= 2
+PYTHON_FEATURES=autoplist,distutils
+USES= python:2
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list