diff options
author | obache <obache@pkgsrc.org> | 2014-09-27 12:21:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-09-27 12:21:17 +0000 |
commit | 959b4eb9139df58e03443b110384528c2c867ff3 (patch) | |
tree | 82b90e484be85d20859003bd259591df4fdfc1cc /net/mikutter/Makefile | |
parent | cb857a5a91e3151b907eea540654dbb5918e76ea (diff) | |
download | pkgsrc-959b4eb9139df58e03443b110384528c2c867ff3.tar.gz |
Drop dependency on xdg-utils.
We have no well-configured standard desktop system, so xdg-utils is useless.
Furthermore, honor "hate bash" users.
Diffstat (limited to 'net/mikutter/Makefile')
-rw-r--r-- | net/mikutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 2feb1872573..eee5b9f29b0 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.88 2014/09/21 11:20:08 obache Exp $ +# $NetBSD: Makefile,v 1.89 2014/09/27 12:21:17 obache Exp $ # DISTNAME= mikutter.3.0.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://mikutter.hachune.net/bin/ @@ -15,7 +16,6 @@ RUBY_VERSION_SUPPORTED= 193 200 21 .include "../../lang/ruby/rubyversion.mk" -DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=2.2.0:../../x11/ruby-gnome2-gtk DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4:../../security/ruby-oauth |