diff options
author | taca <taca@pkgsrc.org> | 2010-09-13 14:12:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-13 14:12:14 +0000 |
commit | 1750d6bf9676cad4c4b38d16c0213ac2e9f6f124 (patch) | |
tree | aa7be0540426032af94eb4718e5d05494fbe642f /www/thoth | |
parent | 53af2643fc7eabfaacc968aa098b01dd01fb7976 (diff) | |
download | pkgsrc-1750d6bf9676cad4c4b38d16c0213ac2e9f6f124.tar.gz |
* Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
Diffstat (limited to 'www/thoth')
-rw-r--r-- | www/thoth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thoth/Makefile b/www/thoth/Makefile index f0c09d700ac..14e39a0ddd0 100644 --- a/www/thoth/Makefile +++ b/www/thoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/09/10 13:25:11 taca Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/13 14:12:15 taca Exp $ DISTNAME= thoth-0.2.1 CATEGORIES= www @@ -20,7 +20,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.0.3:../../textproc/ruby-redcloth DEPENDS+= ${RUBY_PKGPREFIX}-sequel>=2.5.0:../../databases/ruby-sequel DEPENDS+= ${RUBY_PKGPREFIX}-thin>=0.8.2:../../www/thin -CONFLICTS+= ruby[1-9][0-9]-thoth-* +CONFLICTS+= ruby[1-9][0-9]-thoth-[0-9]* thoth-[0-9]* .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |