diff options
Diffstat (limited to 'devel/rubygem-web-console/Makefile')
-rw-r--r-- | devel/rubygem-web-console/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/rubygem-web-console/Makefile b/devel/rubygem-web-console/Makefile index c661eb097cbe..b43881293518 100644 --- a/devel/rubygem-web-console/Makefile +++ b/devel/rubygem-web-console/Makefile @@ -11,10 +11,10 @@ COMMENT= Debugging tool for your Ruby on Rails applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \ - rubygem-binding_of_caller>=0.7.2:${PORTSDIR}/devel/rubygem-binding_of_caller \ - rubygem-railties4>=4.0:${PORTSDIR}/www/rubygem-railties4 \ - rubygem-sprockets-rails>=2.0:${PORTSDIR}/devel/rubygem-sprockets-rails +RUN_DEPENDS= rubygem-activemodel4>=4.0:databases/rubygem-activemodel4 \ + rubygem-binding_of_caller>=0.7.2:devel/rubygem-binding_of_caller \ + rubygem-railties4>=4.0:www/rubygem-railties4 \ + rubygem-sprockets-rails>=2.0:devel/rubygem-sprockets-rails NO_ARCH= yes USE_RUBY= yes |