diff options
Diffstat (limited to 'security/rubygem-jugyo-twitter_oauth/Makefile')
-rw-r--r-- | security/rubygem-jugyo-twitter_oauth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rubygem-jugyo-twitter_oauth/Makefile b/security/rubygem-jugyo-twitter_oauth/Makefile index 5c481cd9432b..1b9fc7203cf9 100644 --- a/security/rubygem-jugyo-twitter_oauth/Makefile +++ b/security/rubygem-jugyo-twitter_oauth/Makefile @@ -12,9 +12,9 @@ COMMENT= Fork of Twitter OAuth REST API client library for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json \ - rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-oauth>=0.4.1:${PORTSDIR}/net/rubygem-oauth +RUN_DEPENDS= rubygem-json>=1.1.9:devel/rubygem-json \ + rubygem-mime-types>=1.16:misc/rubygem-mime-types \ + rubygem-oauth>=0.4.1:net/rubygem-oauth NO_ARCH= yes USE_RUBY= yes |