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-pyaes | |
parent | ac01eaff99c39944327eaf62e83547d2b7da88d6 (diff) |
Notes
Diffstat (limited to 'security/py-pyaes')
-rw-r--r-- | security/py-pyaes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-pyaes/Makefile b/security/py-pyaes/Makefile index 38ef936cb951..aa888e689e1d 100644 --- a/security/py-pyaes/Makefile +++ b/security/py-pyaes/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USES= python +USES?= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> |