diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-11-08 18:53:49 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-11-08 18:53:49 +0000 |
commit | 0a5c59363f54b85bdceeacff5256fb6eb3d3c680 (patch) | |
tree | 128299fbff4d389f4b9d89ff48b3b4947e96a523 /security/py-pbkdf2 | |
parent | ac01eaff99c39944327eaf62e83547d2b7da88d6 (diff) |
Notes
Diffstat (limited to 'security/py-pbkdf2')
-rw-r--r-- | security/py-pbkdf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-pbkdf2/Makefile b/security/py-pbkdf2/Makefile index 9d57997b95fc..f3d62483f6a4 100644 --- a/security/py-pbkdf2/Makefile +++ b/security/py-pbkdf2/Makefile @@ -12,7 +12,7 @@ COMMENT= PKCS5 v2.0 PBKDF2 Module LICENSE= MIT -USES= python +USES?= python USE_PYTHON= distutils autoplist .include <bsd.port.mk> |