diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/rubygem-rails-dom-testing | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-rails-dom-testing')
-rw-r--r-- | textproc/rubygem-rails-dom-testing/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/rubygem-rails-dom-testing/Makefile b/textproc/rubygem-rails-dom-testing/Makefile index e19871af1b41..1b83d4334f0f 100644 --- a/textproc/rubygem-rails-dom-testing/Makefile +++ b/textproc/rubygem-rails-dom-testing/Makefile @@ -12,9 +12,9 @@ COMMENT= Analyse and compare DOMs using Nokogiri LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport4>=4.2.0:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-nokogiri>=1.6:${PORTSDIR}/textproc/rubygem-nokogiri \ - rubygem-rails-deprecated_sanitizer>=1.0.1:${PORTSDIR}/devel/rubygem-rails-deprecated_sanitizer +RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 \ + rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri \ + rubygem-rails-deprecated_sanitizer>=1.0.1:devel/rubygem-rails-deprecated_sanitizer NO_ARCH= yes USE_RUBY= yes |