diff options
author | taca <taca@pkgsrc.org> | 2011-11-23 05:29:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-11-23 05:29:52 +0000 |
commit | 1d986b097a69b528f27dc16b2e848d1627b9714c (patch) | |
tree | 3132fc54bf6fd2a9fafca2b966784aae1fd82803 /net/ruby-rubytter | |
parent | 98f82602a30838d0f8ee9109728fd03c49e7b591 (diff) | |
download | pkgsrc-1d986b097a69b528f27dc16b2e848d1627b9714c.tar.gz |
Use lang/ruby/json.mk to handle dependency to ruby-json.
Bump PKGREVISION since dependency would change with ruby193-base.
Diffstat (limited to 'net/ruby-rubytter')
-rw-r--r-- | net/ruby-rubytter/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/ruby-rubytter/Makefile b/net/ruby-rubytter/Makefile index c63d3675f47..cda52586dc3 100644 --- a/net/ruby-rubytter/Makefile +++ b/net/ruby-rubytter/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/06/19 02:52:44 taca Exp $ +# $NetBSD: Makefile,v 1.7 2011/11/23 05:33:35 taca Exp $ DISTNAME= rubytter-1.4.2 +PKGREVISION= 1 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +10,9 @@ COMMENT= Simple twitter library LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth -DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.1.3:../../textproc/ruby-json + +RUBY_JSON_REQD= 1.1.3 .include "../../lang/ruby/gem.mk" +.include "../../lang/ruby/json.mk" .include "../../mk/bsd.pkg.mk" |