pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mikutter Drop dependency on xdg-utils.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e225c99649cd
branches:  trunk
changeset: 639844:e225c99649cd
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Sep 27 12:21:17 2014 +0000

description:
Drop dependency on xdg-utils.

We have no well-configured standard desktop system, so xdg-utils is useless.
Furthermore, honor "hate bash" users.

diffstat:

 net/mikutter/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r d91858c96129 -r e225c99649cd net/mikutter/Makefile
--- a/net/mikutter/Makefile     Sat Sep 27 12:05:43 2014 +0000
+++ b/net/mikutter/Makefile     Sat Sep 27 12:21:17 2014 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index