aboutsummaryrefslogtreecommitdiff
path: root/security/py-keyczar
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-07-08 13:34:58 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-07-08 13:34:58 +0000
commitceda7874a6ffa182cd6a32baa77b2e30281a7303 (patch)
treedf35ef04bc938eff8db4ce602b73d587650a5a00 /security/py-keyczar
parent30c23956f473fe277d3c065a1a5ddcb47a39c0a3 (diff)
downloadports-ceda7874a6ffa182cd6a32baa77b2e30281a7303.tar.gz
ports-ceda7874a6ffa182cd6a32baa77b2e30281a7303.zip
security/py-keyczar: Deprecate PYDISTUTILS_PKGNAME
- Deprecate PYDISTUTILS_PKGNAME (not required with PYDISTUTILS_AUTOPLIST) - Whitespace alignment Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=361239
Diffstat (limited to 'security/py-keyczar')
-rw-r--r--security/py-keyczar/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-keyczar/Makefile b/security/py-keyczar/Makefile
index 3bf7101fc7f9..aca3a26b35b8 100644
--- a/security/py-keyczar/Makefile
+++ b/security/py-keyczar/Makefile
@@ -15,9 +15,8 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:${PORTSDIR}/security/py-pycrypto
-USE_PYTHON= yes
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
-PYDISTUTILS_PKGNAME= python-${PORTNAME}
.include <bsd.port.mk>