diff options
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 |