diff options
Diffstat (limited to 'net/rubygem-omniauth-twitter/Makefile')
-rw-r--r-- | net/rubygem-omniauth-twitter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rubygem-omniauth-twitter/Makefile b/net/rubygem-omniauth-twitter/Makefile index 2df9a739b835..f710c0d395d6 100644 --- a/net/rubygem-omniauth-twitter/Makefile +++ b/net/rubygem-omniauth-twitter/Makefile @@ -2,6 +2,7 @@ PORTNAME= omniauth-twitter PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,8 +11,8 @@ COMMENT= OmniAuth strategy for Twitter LICENSE= MIT -RUN_DEPENDS= rubygem-json1>=1.3:devel/rubygem-json1 \ - rubygem-omniauth-oauth>=1.1:net/rubygem-omniauth-oauth +RUN_DEPENDS= rubygem-omniauth-oauth>=1.1:net/rubygem-omniauth-oauth \ + rubygem-rack>=0:www/rubygem-rack NO_ARCH= yes USE_RUBY= yes |