aboutsummaryrefslogtreecommitdiff
path: root/security/peda
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-01-03 12:20:31 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-01-03 12:20:31 +0000
commit1dd584f623600d4d874ee474fbb57d16d31016ac (patch)
treefb1ea2fd59b38e83f3c8d4c6e0ad04ff6b854c7c /security/peda
parent03733d503db403f275c8341332182dd650bb3052 (diff)
downloadports-1dd584f623600d4d874ee474fbb57d16d31016ac.tar.gz
ports-1dd584f623600d4d874ee474fbb57d16d31016ac.zip
Python 2.6 support was removed 5 years ago
Notes
Notes: svn path=/head/; revision=489167
Diffstat (limited to 'security/peda')
-rw-r--r--security/peda/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/peda/Makefile b/security/peda/Makefile
index ca532b9cb301..bd700fc2a6fb 100644
--- a/security/peda/Makefile
+++ b/security/peda/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= gdb>7.0:devel/gdb \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
-USES= python:2.6+,run
+USES= python:run
USE_GITHUB= yes
GH_ACCOUNT= longld