summaryrefslogtreecommitdiff
path: root/net/ruby-twitter-stream
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-26 14:28:18 +0000
committertaca <taca@pkgsrc.org>2014-03-26 14:28:18 +0000
commit1c3a53105b226db9922de42418551a37555a732f (patch)
tree962c2ab22950c24ee6a42f2bbea871c4bc1f4938 /net/ruby-twitter-stream
parentcdf7701af64047bd91a9bdb3ead603bfd875e7cf (diff)
downloadpkgsrc-1c3a53105b226db9922de42418551a37555a732f.tar.gz
Trivial clean up.
Diffstat (limited to 'net/ruby-twitter-stream')
-rw-r--r--net/ruby-twitter-stream/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ruby-twitter-stream/Makefile b/net/ruby-twitter-stream/Makefile
index 938d2fbb541..ab4b1e6483d 100644
--- a/net/ruby-twitter-stream/Makefile
+++ b/net/ruby-twitter-stream/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/03/16 13:17:58 obache Exp $
+# $NetBSD: Makefile,v 1.12 2014/03/26 14:28:18 taca Exp $
DISTNAME= twitter-stream-0.1.16
PKGREVISION= 1
@@ -11,8 +11,9 @@ 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
+OVERRIDE_GEMSPEC+= simple_oauth>=0.1.4
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"