summaryrefslogtreecommitdiff
path: root/www/merb-sequel/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-13 14:32:40 +0000
committertaca <taca@pkgsrc.org>2010-09-13 14:32:40 +0000
commitb7c1088426c87bfea6ebc1256d26d8720f30c4e6 (patch)
treea817863f79bde5fe30b439673c232b442e2a1eb3 /www/merb-sequel/Makefile
parent7f6bb932aacab94981d0c199313a3b1324786e22 (diff)
downloadpkgsrc-b7c1088426c87bfea6ebc1256d26d8720f30c4e6.tar.gz
* Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
Diffstat (limited to 'www/merb-sequel/Makefile')
-rw-r--r--www/merb-sequel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/merb-sequel/Makefile b/www/merb-sequel/Makefile
index e5c56b099d2..00deb2ec2bf 100644
--- a/www/merb-sequel/Makefile
+++ b/www/merb-sequel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/09/12 02:51:38 taca Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/13 14:32:42 taca Exp $
DISTNAME= merb_sequel-1.1.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -12,5 +12,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.0:../../www/merb-core
DEPENDS+= ${RUBY_PKGPREFIX}-sequel>=2.7.0:../../databases/ruby-sequel
+CONFLICTS+= merb-sequel-[0-9]*
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"