diff options
author | tsutsui <tsutsui> | 2013-06-23 01:09:43 +0000 |
---|---|---|
committer | tsutsui <tsutsui> | 2013-06-23 01:09:43 +0000 |
commit | cf99c4b1764f7d1f97cafb14319bb28f1f57b9b4 (patch) | |
tree | b063237f4595dd9b80b71b87e0c210cb6abca16a /net | |
parent | 3d15cb0c2684857878c2127c3e6750cac76e8566 (diff) | |
download | pkgsrc-cf99c4b1764f7d1f97cafb14319bb28f1f57b9b4.tar.gz |
Fix typo in a commented out line.
Diffstat (limited to 'net')
-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 8cf509bf8dc..9516690e7f1 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2013/06/16 08:58:06 obache Exp $ +# $NetBSD: Makefile,v 1.68 2013/06/23 01:09:43 tsutsui Exp $ # DISTNAME= mikutter.0.2.2.1264 @@ -24,7 +24,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize DEPENDS+= ${RUBY_PKGPREFIX}-bsearch>=1.5:../../devel/ruby-bsearch DEPENDS+= ${RUBY_PKGPREFIX}-addressable-[0-9]*:../../net/ruby-addressable DEPENDS+= ${RUBY_PKGPREFIX}-typed-array-[0-9]*:../../misc/ruby-typed-array -#DEPENDS+= ${RUBY_PKGPREFIX}-test-unmit-[0-9]*:../../devel/ruby-test-unit +#DEPENDS+= ${RUBY_PKGPREFIX}-test-unit-[0-9]*:../../devel/ruby-test-unit # notify-send DEPENDS+= {libnotify-[0-9]*,libnotify07-[0-9]*}:../../sysutils/libnotify |