summaryrefslogtreecommitdiff
path: root/www/merb-gen
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-13 14:12:14 +0000
committertaca <taca@pkgsrc.org>2010-09-13 14:12:14 +0000
commit6c45feebaf89ebecfc0a87e5bf4fa02b6212a090 (patch)
treeaa7be0540426032af94eb4718e5d05494fbe642f /www/merb-gen
parentd978479149115a0ae000638ee3462a02dc6ee687 (diff)
downloadpkgsrc-6c45feebaf89ebecfc0a87e5bf4fa02b6212a090.tar.gz
* Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
Diffstat (limited to 'www/merb-gen')
-rw-r--r--www/merb-gen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/merb-gen/Makefile b/www/merb-gen/Makefile
index 3b79b2829ec..c53f33f8a7c 100644
--- a/www/merb-gen/Makefile
+++ b/www/merb-gen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/09/12 02:41:11 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/13 14:12:15 taca Exp $
DISTNAME= merb-gen-1.1.3
CATEGORIES= www
@@ -12,7 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=0.9.2:../../www/merb-core
DEPENDS+= ${RUBY_PKGPREFIX}-rubigen>=1.2.4:../../devel/rubigen
DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.1.3:../../devel/ruby-rspec
-CONFLICTS+= ruby[1-9][0-9]-merb-gen-*
+CONFLICTS+= ruby[1-9][0-9]-merb-gen-[0-9] merb-gen-[0-9]
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"