aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-15 11:02:31 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-15 11:02:31 +0800
commit7b63d8640a5e5cbd64fe8dd51e675e927234a528 (patch)
treeffb12819909569356f08c8ccbcf3849f8c5c6352 /security
parent9bb652304b983b6747cf640b69b00ad9c3e17095 (diff)
downloadfreebsd-ports-gnome-7b63d8640a5e5cbd64fe8dd51e675e927234a528.tar.gz
freebsd-ports-gnome-7b63d8640a5e5cbd64fe8dd51e675e927234a528.tar.zst
freebsd-ports-gnome-7b63d8640a5e5cbd64fe8dd51e675e927234a528.zip
- Use USES=python
Diffstat (limited to 'security')
-rw-r--r--security/py-m2crypto/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 31dfff86edc2..93879d788ea5 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -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>