aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-volatility
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-01-14 05:00:02 +0800
committerrene <rene@FreeBSD.org>2014-01-14 05:00:02 +0800
commitd738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99 (patch)
tree15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /security/py-volatility
parent0c77840ce77e9be1c328ea8862f0987d9efb7d8a (diff)
downloadfreebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.tar.gz
freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.tar.zst
freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.zip
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
Diffstat (limited to 'security/py-volatility')
-rw-r--r--security/py-volatility/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-volatility/Makefile b/security/py-volatility/Makefile
index c2dbb1cd1627..0a29c13c8973 100644
--- a/security/py-volatility/Makefile
+++ b/security/py-volatility/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distorm>=0:${PORTSDIR}/devel/py-distorm \
${PYTHON_PKGNAMEPREFIX}yara>=0:${PORTSDIR}/security/py-yara \
${PYTHON_PKGNAMEPREFIX}openpyxl>=0:${PORTSDIR}/textproc/py-openpyxl
-USE_PYTHON= -2.7
+USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST=yes