aboutsummaryrefslogtreecommitdiff
path: root/security/metasploit
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-27 02:08:17 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-27 02:08:17 +0000
commitcb57954f24992cc3d199da5261f480c55840a0b8 (patch)
tree50468f47976e38e38b89fa7e1c754dab64356e23 /security/metasploit
parentb0659b3ce0dfe9537777aa70b3e5f9253e42e096 (diff)
downloadports-cb57954f24992cc3d199da5261f480c55840a0b8.tar.gz
ports-cb57954f24992cc3d199da5261f480c55840a0b8.zip
Notes
Diffstat (limited to 'security/metasploit')
-rw-r--r--security/metasploit/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile
index 0b7afc7f2290..15cf07a79dcd 100644
--- a/security/metasploit/Makefile
+++ b/security/metasploit/Makefile
@@ -36,10 +36,10 @@ WITH_NCURSES_PORT= yes
.if ${RUBY_VER} == 1.8
RUN_DEPENDS+= ${LOCALBASE}/bin/gem:${PORTSDIR}/devel/ruby-gems
.else
-RUN_DEPENDS+= rubygem-actionpack:${PORTSDIR}/www/rubygem-actionpack \
- rubygem-sqlite3:${PORTSDIR}/databases/rubygem-sqlite3 \
- rubygem-activerecord:${PORTSDIR}/databases/rubygem-activerecord \
- rubygem-activesupport:${PORTSDIR}/devel/rubygem-activesupport \
+RUN_DEPENDS+= rubygem-actionpack>0:${PORTSDIR}/www/rubygem-actionpack \
+ rubygem-sqlite3>0:${PORTSDIR}/databases/rubygem-sqlite3 \
+ rubygem-activerecord>0:${PORTSDIR}/databases/rubygem-activerecord \
+ rubygem-activesupport>0:${PORTSDIR}/devel/rubygem-activesupport \
${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv
.endif