aboutsummaryrefslogtreecommitdiff
path: root/security/py-pyaes
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2017-11-08 18:53:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2017-11-08 18:53:49 +0000
commit0a5c59363f54b85bdceeacff5256fb6eb3d3c680 (patch)
tree128299fbff4d389f4b9d89ff48b3b4947e96a523 /security/py-pyaes
parentac01eaff99c39944327eaf62e83547d2b7da88d6 (diff)
downloadports-0a5c59363f54b85bdceeacff5256fb6eb3d3c680.tar.gz
ports-0a5c59363f54b85bdceeacff5256fb6eb3d3c680.zip
Add python3 stub ports required for the upcoming update of finance/electrum.
Approved by: portmgr (bdrewery) Differential Revision: D13000
Notes
Notes: svn path=/head/; revision=453761
Diffstat (limited to 'security/py-pyaes')
-rw-r--r--security/py-pyaes/Makefile2
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>