diff options
Diffstat (limited to 'devel/rubygem-ransack/Makefile')
-rw-r--r-- | devel/rubygem-ransack/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/rubygem-ransack/Makefile b/devel/rubygem-ransack/Makefile index 3102f87828ab..bebb2aa44fbe 100644 --- a/devel/rubygem-ransack/Makefile +++ b/devel/rubygem-ransack/Makefile @@ -12,11 +12,11 @@ COMMENT= Successor to the MetaSearch gem LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-actionpack4>=3.0:${PORTSDIR}/www/rubygem-actionpack4 \ - rubygem-activerecord4>=3.0:${PORTSDIR}/databases/rubygem-activerecord4 \ - rubygem-activesupport4>=3.0:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n \ - rubygem-polyamorous>=1.2:${PORTSDIR}/devel/rubygem-polyamorous +RUN_DEPENDS= rubygem-actionpack4>=3.0:www/rubygem-actionpack4 \ + rubygem-activerecord4>=3.0:databases/rubygem-activerecord4 \ + rubygem-activesupport4>=3.0:devel/rubygem-activesupport4 \ + rubygem-i18n>=0:devel/rubygem-i18n \ + rubygem-polyamorous>=1.2:devel/rubygem-polyamorous NO_ARCH= yes USE_RUBY= yes |