diff options
author | obache <obache@pkgsrc.org> | 2010-09-10 23:54:14 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-10 23:54:14 +0000 |
commit | a3ecb2fb45f7f9c53919af867d519e97f11c404d (patch) | |
tree | 089c2a4db2867360d8ebd6452cee6c4872f6cc06 /www/termtter | |
parent | ed7ad44b556b15d9becc11fc5d884f2ee4163c30 (diff) | |
download | pkgsrc-a3ecb2fb45f7f9c53919af867d519e97f11c404d.tar.gz |
Fixes CONFLICTS pattern.
Previously, this package have no ruby*- prefix.
Diffstat (limited to 'www/termtter')
-rw-r--r-- | www/termtter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/termtter/Makefile b/www/termtter/Makefile index f428d38bc68..763cf7923b9 100644 --- a/www/termtter/Makefile +++ b/www/termtter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/09/10 13:21:33 taca Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/10 23:54:14 obache Exp $ DISTNAME= termtter-1.9.0 CATEGORIES= www @@ -15,7 +15,7 @@ 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 -CONFLICTS+= ruby[1-9][0-9]-termtter-* +CONFLICTS+= ruby[1-9][0-9]-termtter-[0-9]* termtter-[0-9]* .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |