From cba39c3721f99977c9240a94960070f9c43f37a0 Mon Sep 17 00:00:00 2001 From: swills Date: Wed, 27 Jul 2011 02:08:17 +0000 Subject: - Fix build with Ruby 1.9 With hat: ruby@ --- security/metasploit/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security') 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 -- cgit