aboutsummaryrefslogtreecommitdiff
path: root/security/py-kerberos
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:50:42 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:50:42 +0000
commit742321c70870f8339d0ac558f88a918b77b56096 (patch)
tree13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/py-kerberos
parentd45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff)
downloadports-742321c70870f8339d0ac558f88a918b77b56096.tar.gz
ports-742321c70870f8339d0ac558f88a918b77b56096.zip
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371453
Diffstat (limited to 'security/py-kerberos')
-rw-r--r--security/py-kerberos/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-kerberos/Makefile b/security/py-kerberos/Makefile
index 74295d986473..7f9f29579ccb 100644
--- a/security/py-kerberos/Makefile
+++ b/security/py-kerberos/Makefile
@@ -16,9 +16,8 @@ LICENSE= APACHE20
BUILD_DEPENDS= libkrb5-config.so:${PORTSDIR}/security/krb5
LIB_DEPENDS= libkrb5support.so:${PORTSDIR}/security/krb5
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e 's|krb5|${PREFIX}/bin/krb5|g' ${WRKSRC}/setup.py