diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/rubygem-jquery-rails4 | |
parent | - Update to 1.2.2 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'www/rubygem-jquery-rails4')
-rw-r--r-- | www/rubygem-jquery-rails4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rubygem-jquery-rails4/Makefile b/www/rubygem-jquery-rails4/Makefile index c1647feafcf8..39b863526790 100644 --- a/www/rubygem-jquery-rails4/Makefile +++ b/www/rubygem-jquery-rails4/Makefile @@ -13,9 +13,9 @@ COMMENT= Provides a Rails generator for jQuery LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-rails-dom-testing>=1.0:${PORTSDIR}/textproc/rubygem-rails-dom-testing \ - rubygem-railties4>=4.2.0:${PORTSDIR}/www/rubygem-railties4 \ - rubygem-thor>=0.14:${PORTSDIR}/devel/rubygem-thor +RUN_DEPENDS= rubygem-rails-dom-testing>=1.0:textproc/rubygem-rails-dom-testing \ + rubygem-railties4>=4.2.0:www/rubygem-railties4 \ + rubygem-thor>=0.14:devel/rubygem-thor NO_ARCH= yes USE_RUBY= yes |