aboutsummaryrefslogtreecommitdiff
path: root/security/py-m2crypto
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 03:02:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 03:02:31 +0000
commit4849f938c910039d3afedb4bd8b97f1e9ad91647 (patch)
treeffb12819909569356f08c8ccbcf3849f8c5c6352 /security/py-m2crypto
parent42ece82aedb264477d342b896b25554433684bc2 (diff)
downloadports-4849f938c910039d3afedb4bd8b97f1e9ad91647.tar.gz
ports-4849f938c910039d3afedb4bd8b97f1e9ad91647.zip
Notes
Diffstat (limited to 'security/py-m2crypto')
-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>