diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-04 15:27:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-04 15:27:29 +0000 |
commit | 6063af74e84e6cb58041a60b5416484a435fa39e (patch) | |
tree | 4444037446311bfecadaa5643d6e4f97789ae325 /security/metasploit | |
parent | cea1af496b358de3cc49798e897c39be93352238 (diff) |
Notes
Diffstat (limited to 'security/metasploit')
-rw-r--r-- | security/metasploit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 0e689b5df08d..e1d73b04b6ad 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -86,9 +86,8 @@ NO_ARCH= yes NO_ARCH_IGNORE= template_x64_bsd.bin template_x86_bsd.bin CVE-2013-2171.bin STRIP= -USES= python shebangfix +USES= python:env shebangfix USE_RUBY= yes -PYTHON_NO_DEPENDS= yes SHEBANG_FILES= data/exploits/CVE-2017-7494/build.sh \ data/exploits/CVE-2017-7494/install-deps.sh \ external/source/shellcode/windows/build.sh \ |