diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-05 00:33:28 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-05 00:33:28 +0000 |
commit | e3b03f2b1cbb4326e39e01a288d654c28810823e (patch) | |
tree | cfb44442c82e51a4c6f70fff09e3f464f8e1fb01 /security/dradis | |
parent | e5659c09808ed5c87148896b04960cfbc7bed941 (diff) | |
download | ports-e3b03f2b1cbb4326e39e01a288d654c28810823e.tar.gz ports-e3b03f2b1cbb4326e39e01a288d654c28810823e.zip |
Notes
Diffstat (limited to 'security/dradis')
-rw-r--r-- | security/dradis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/dradis/Makefile b/security/dradis/Makefile index 5a863b157256..554043ab88d9 100644 --- a/security/dradis/Makefile +++ b/security/dradis/Makefile @@ -15,9 +15,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= semprix@gmx.com COMMENT= Opensource framework to enable effective information gathering -RUN_DEPENDS= ruby18-gems>=1.3.6:${PORTSDIR}/devel/ruby-gems \ - ruby18-iconv>=1.8.7.302,1:${PORTSDIR}/converters/ruby-iconv \ - ruby18-wirble>=0.1.3:${PORTSDIR}/devel/ruby-wirble \ +RUN_DEPENDS= ${LOCALBASE}/bin/gem:${PORTSDIR}/devel/ruby-gems \ + ${RUBY_SITELIBDIR}/wirble.rb:${PORTSDIR}/devel/ruby-wirble \ rubygem-rake>=0.8.7:${PORTSDIR}/devel/rubygem-rake \ rubygem-rails>=3.0.5:${PORTSDIR}/www/rubygem-rails \ rubygem-activesupport>=3.0.2:${PORTSDIR}/devel/rubygem-activesupport \ @@ -37,6 +36,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:R} NO_BUILD= yes USE_RUBY= yes +USE_RUBY_FEATURES= iconv RUBY_SHEBANG_FILES= server/script/rails server/script/delayed_job RUBY_NO_BUILD_DEPENDS= yes |