diff options
author | swills <swills@FreeBSD.org> | 2015-06-11 21:24:25 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-06-11 21:24:25 +0800 |
commit | 0db88160c55131ddce437bca6bbcd4eaeae2434c (patch) | |
tree | 67f2ae11d669f6073f2dd2462dd823134de277d9 | |
parent | e23dabae093ff342ed011ccb8962a73781552a80 (diff) | |
download | freebsd-ports-graphics-0db88160c55131ddce437bca6bbcd4eaeae2434c.tar.gz freebsd-ports-graphics-0db88160c55131ddce437bca6bbcd4eaeae2434c.tar.zst freebsd-ports-graphics-0db88160c55131ddce437bca6bbcd4eaeae2434c.zip |
devel/rubygem-actionview: fix version of rubygem-rails-dom-testing dep
-rw-r--r-- | devel/rubygem-actionview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-actionview/Makefile b/devel/rubygem-actionview/Makefile index 5424a083acd..1e976abd3f9 100644 --- a/devel/rubygem-actionview/Makefile +++ b/devel/rubygem-actionview/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-ac rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \ rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ rubygem-rails-html-sanitizer>=1.0:${PORTSDIR}/textproc/rubygem-rails-html-sanitizer \ - rubygem-rails-dom-testing>=2.7.0:${PORTSDIR}/textproc/rubygem-rails-dom-testing + rubygem-rails-dom-testing>=1.0.6:${PORTSDIR}/textproc/rubygem-rails-dom-testing USE_RUBY= yes USE_RUBYGEMS= yes |