diff options
Diffstat (limited to 'devel/rubygem-actionview/Makefile')
-rw-r--r-- | devel/rubygem-actionview/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/rubygem-actionview/Makefile b/devel/rubygem-actionview/Makefile index c71d6510ca2c..d0d0858d4640 100644 --- a/devel/rubygem-actionview/Makefile +++ b/devel/rubygem-actionview/Makefile @@ -12,11 +12,11 @@ COMMENT= Rendering framework putting the V in MVC (part of Rails) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \ - rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ - rubygem-rails-dom-testing>=1.0.5:${PORTSDIR}/textproc/rubygem-rails-dom-testing \ - rubygem-rails-html-sanitizer>=1.0.1:${PORTSDIR}/textproc/rubygem-rails-html-sanitizer +RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ + rubygem-builder32>=3.2:devel/rubygem-builder32 \ + rubygem-erubis>=2.7.0:www/rubygem-erubis \ + rubygem-rails-dom-testing>=1.0.5:textproc/rubygem-rails-dom-testing \ + rubygem-rails-html-sanitizer>=1.0.1:textproc/rubygem-rails-html-sanitizer NO_ARCH= yes USE_RUBY= yes |