diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-07-08 13:34:58 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-07-08 13:34:58 +0000 |
commit | ceda7874a6ffa182cd6a32baa77b2e30281a7303 (patch) | |
tree | df35ef04bc938eff8db4ce602b73d587650a5a00 | |
parent | 30c23956f473fe277d3c065a1a5ddcb47a39c0a3 (diff) | |
download | ports-ceda7874a6ffa182cd6a32baa77b2e30281a7303.tar.gz ports-ceda7874a6ffa182cd6a32baa77b2e30281a7303.zip |
Notes
-rw-r--r-- | security/py-keyczar/Makefile | 3 |
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> |