diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-01-03 12:20:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-01-03 12:20:31 +0000 |
commit | 1dd584f623600d4d874ee474fbb57d16d31016ac (patch) | |
tree | fb1ea2fd59b38e83f3c8d4c6e0ad04ff6b854c7c /security/peda | |
parent | 03733d503db403f275c8341332182dd650bb3052 (diff) | |
download | ports-1dd584f623600d4d874ee474fbb57d16d31016ac.tar.gz ports-1dd584f623600d4d874ee474fbb57d16d31016ac.zip |
Notes
Diffstat (limited to 'security/peda')
-rw-r--r-- | security/peda/Makefile | 2 |
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 |