diff options
Diffstat (limited to 'databases/rubygem-her/Makefile')
-rw-r--r-- | databases/rubygem-her/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/rubygem-her/Makefile b/databases/rubygem-her/Makefile index c524ae73b59c..c425c1c5db9f 100644 --- a/databases/rubygem-her/Makefile +++ b/databases/rubygem-her/Makefile @@ -11,10 +11,10 @@ COMMENT= ORM that maps REST resources to Ruby objects LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activemodel4>=3.0.0:${PORTSDIR}/databases/rubygem-activemodel4 \ - rubygem-activesupport4>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport4 \ - rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \ - rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json +RUN_DEPENDS= rubygem-activemodel4>=3.0.0:databases/rubygem-activemodel4 \ + rubygem-activesupport4>=3.0.0:devel/rubygem-activesupport4 \ + rubygem-faraday>=0.8:www/rubygem-faraday \ + rubygem-multi_json>=1.7:devel/rubygem-multi_json NO_ARCH= yes USE_RUBY= yes |