diff options
-rw-r--r-- | net/ruby-twitter-stream/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ruby-twitter-stream/Makefile b/net/ruby-twitter-stream/Makefile index 6a4cf75ff00..938d2fbb541 100644 --- a/net/ruby-twitter-stream/Makefile +++ b/net/ruby-twitter-stream/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2012/07/22 12:24:06 obache Exp $ +# $NetBSD: Makefile,v 1.11 2013/03/16 13:17:58 obache Exp $ DISTNAME= twitter-stream-0.1.16 +PKGREVISION= 1 CATEGORIES= net MAINTAINER= obache@NetBSD.org @@ -10,6 +11,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth +OVERRIDE_GEMSPEC+= simple_oauth>=0.1.4 DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb .include "../../lang/ruby/gem.mk" |