Have metasploit depend on the correct FLAVOR of a couple ruby

dependencies.
This commit is contained in:
jeremy 2012-09-23 17:19:51 +00:00
parent eae07be2d5
commit fe19214bf7

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2011/09/16 11:41:39 espie Exp $ # $OpenBSD: Makefile,v 1.3 2012/09/23 17:19:51 jeremy Exp $
COMMENT-main = penetration testing resources COMMENT-main = penetration testing resources
COMMENT-mysql = penetration testing resources (mysql backend) COMMENT-mysql = penetration testing resources (mysql backend)
@ -10,7 +10,7 @@ PKGNAME-main = metasploit-${V}
PKGNAME-mysql = metasploit-mysql-${V} PKGNAME-mysql = metasploit-mysql-${V}
PKGNAME-pgsql = metasploit-pgssql-${V} PKGNAME-pgsql = metasploit-pgssql-${V}
DISTNAME = framework-${V} DISTNAME = framework-${V}
REVISION = 0 REVISION = 1
EXTRACT_SUFX = .tar.bz2 EXTRACT_SUFX = .tar.bz2
@ -36,8 +36,8 @@ RUN_DEPENDS-main = ${MODRUBY_ICONV_DEPENDS} \
devel/ruby-gems \ devel/ruby-gems \
devel/nasm \ devel/nasm \
net/nmap \ net/nmap \
net/ruby-pcaprub-msf net/ruby-pcaprub-msf,${MODRUBY_FLAVOR}
RUN_DEPENDS-mysql = databases/ruby-mysql \ RUN_DEPENDS-mysql = databases/ruby-mysql,${MODRUBY_FLAVOR} \
security/metasploit security/metasploit
RUN_DEPENDS-pgsql = databases/ruby-postgres \ RUN_DEPENDS-pgsql = databases/ruby-postgres \
security/metasploit security/metasploit