diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-16 23:13:07 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-16 23:13:07 +0000 |
commit | 783a9eabf5529c6e1db00fc41d28e3562062ae25 (patch) | |
tree | c75cad2a5c5631b6159a8368e37ba8748187c487 /net | |
parent | 5381a3c818333cebdff28dc1dc7079365a8dbf0f (diff) | |
download | pkgsrc-783a9eabf5529c6e1db00fc41d28e3562062ae25.tar.gz |
mark as broken for now due to unsatisfiable ruby-oauth dependency
Diffstat (limited to 'net')
-rw-r--r-- | net/mikutter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index f7e82515a8e..20272c55169 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2016/02/27 02:30:24 tsutsui Exp $ +# $NetBSD: Makefile,v 1.116 2016/03/16 23:13:07 tnn Exp $ # DISTNAME= mikutter.3.3.8 @@ -16,7 +16,8 @@ LICENSE= mit AND cc-by-sa-v3.0 DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid-[0-9]*:../../net/ruby-pluggaloid DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=3.0.7:../../x11/ruby-gnome2-gtk DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext -DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4<0.5:../../security/ruby-oauth +BROKEN= ruby-oauth less than 0.5 dependency no longer satisfiable +#DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4<0.5:../../security/ruby-oauth DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3:../../net/ruby-addressable DEPENDS+= ${RUBY_PKGPREFIX}-memoist-[0-9]*:../../devel/ruby-memoist DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4:../../security/ruby-hmac |