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-rails | |
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-rails')
-rw-r--r-- | www/rubygem-jquery-rails/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rubygem-jquery-rails/Makefile b/www/rubygem-jquery-rails/Makefile index 38fc43d044e8..ed92cad8e9f0 100644 --- a/www/rubygem-jquery-rails/Makefile +++ b/www/rubygem-jquery-rails/Makefile @@ -12,8 +12,8 @@ COMMENT= Provides a Rails generator for jQuery LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-railties>=3.0:${PORTSDIR}/www/rubygem-railties \ - rubygem-thor>=0.14:${PORTSDIR}/devel/rubygem-thor +RUN_DEPENDS= rubygem-railties>=3.0:www/rubygem-railties \ + rubygem-thor>=0.14:devel/rubygem-thor PORTSCOUT= limit:^3.* |