aboutsummaryrefslogtreecommitdiff
path: root/security/metasploit
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-04-11 08:34:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-04-11 08:34:17 +0000
commit8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f (patch)
tree82565381028ebd8b5a674bafdecce3a45c5c2e6d /security/metasploit
parent0a59b351f616abe849539bc2afbc8eba4abe8004 (diff)
downloadports-8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f.tar.gz
ports-8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f.zip
Notes
Diffstat (limited to 'security/metasploit')
-rw-r--r--security/metasploit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile
index 0cdd06b351a1..80ab57ccbda0 100644
--- a/security/metasploit/Makefile
+++ b/security/metasploit/Makefile
@@ -15,8 +15,7 @@ DISTNAME= framework-${DISTVERSION}
MAINTAINER= onatan@gmail.com
COMMENT= Exploit-Framework for Penetration-Testing
-RUN_DEPENDS= infocmp:${PORTSDIR}/devel/ncurses \
- nasm:${PORTSDIR}/devel/nasm \
+RUN_DEPENDS= nasm:${PORTSDIR}/devel/nasm \
nmap:${PORTSDIR}/security/nmap
WRKSRC= ${WRKDIR}/msf3
@@ -26,6 +25,8 @@ SCRIPTS= msfcli msfconsole msfd msfelfscan msfencode msfmachscan \
NO_BUILD= yes
USE_RUBY= yes
USE_BZIP2= yes
+USE_NCURSES= yes
+WITH_NCURSES_PORT= yes
.include <bsd.port.pre.mk>