diff options
author | obache <obache@pkgsrc.org> | 2012-02-29 07:53:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-29 07:53:29 +0000 |
commit | 878b3b419189cc0df27c8f3df15752d3b6bd5726 (patch) | |
tree | bdce44e99d42bb24cee88e7da3e857cee47d92ef | |
parent | 0dc2a39088b255ab00ee6a7d3d4e8ce2dda3c860 (diff) | |
download | pkgsrc-878b3b419189cc0df27c8f3df15752d3b6bd5726.tar.gz |
fix a typo in comment.
-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 05e5c790744..b53f161c941 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2012/02/19 05:25:04 obache Exp $ +# $NetBSD: Makefile,v 1.37 2012/02/29 07:53:29 obache Exp $ # DISTNAME= mikutter.0.0.4.690 @@ -25,7 +25,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize DEPENDS+= ${RUBY_PKGPREFIX}-bsearch>=1.5:../../devel/ruby-bsearch DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.6nb1:../../net/ruby-addressable -# notif-send +# notify-send DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify RUBY_JSON_REQD= 1.5.1 |