diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
commit | 742321c70870f8339d0ac558f88a918b77b56096 (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/py-cryptkit | |
parent | d45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff) | |
download | ports-742321c70870f8339d0ac558f88a918b77b56096.tar.gz ports-742321c70870f8339d0ac558f88a918b77b56096.zip |
Notes
Diffstat (limited to 'security/py-cryptkit')
-rw-r--r-- | security/py-cryptkit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index e84fb72b4817..c3f57c2e888d 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -10,8 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Cryptographic Toolkit for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |