diff options
author | obache <obache@pkgsrc.org> | 2010-05-16 12:05:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-16 12:05:17 +0000 |
commit | 5d1e4c9509664431f89a4779bf2d5c91b4f92859 (patch) | |
tree | 58040e273ffffca42532c254cf3f245b4a6e2d08 /www/termtter/Makefile | |
parent | fddef737af2093d929cb970859a1a2c22095cae7 (diff) | |
download | pkgsrc-5d1e4c9509664431f89a4779bf2d5c91b4f92859.tar.gz |
Update termtter to 1.8.0.
bug fixes and improvements.
Diffstat (limited to 'www/termtter/Makefile')
-rw-r--r-- | www/termtter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/termtter/Makefile b/www/termtter/Makefile index defca003e67..98b56c5cfb7 100644 --- a/www/termtter/Makefile +++ b/www/termtter/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/02 12:26:31 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/05/16 12:05:17 obache Exp $ -DISTNAME= termtter-1.7.2 +DISTNAME= termtter-1.8.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,6 +11,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.5.0:../../devel/ruby-highline DEPENDS+= ${RUBY_PKGPREFIX}-readline-[0-9]*:../../devel/ruby-readline DEPENDS+= ${RUBY_PKGPREFIX}-termcolor>=1.0.0:../../devel/ruby-termcolor DEPENDS+= ${RUBY_PKGPREFIX}-rubytter>=0.11.0:../../net/ruby-rubytter +DEPENDS+= ${RUBY_PKGPREFIX}-notify>=0.2.1:../../sysutils/ruby-notify DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.3:../../textproc/ruby-json-pure GEM_BUILD= gemspec |