diff options
author | taca <taca@pkgsrc.org> | 2010-09-13 14:32:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-13 14:32:40 +0000 |
commit | b7c1088426c87bfea6ebc1256d26d8720f30c4e6 (patch) | |
tree | a817863f79bde5fe30b439673c232b442e2a1eb3 /www/merb-parts | |
parent | 7f6bb932aacab94981d0c199313a3b1324786e22 (diff) | |
download | pkgsrc-b7c1088426c87bfea6ebc1256d26d8720f30c4e6.tar.gz |
* Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
Diffstat (limited to 'www/merb-parts')
-rw-r--r-- | www/merb-parts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/merb-parts/Makefile b/www/merb-parts/Makefile index 8c088ab2303..af85234c49a 100644 --- a/www/merb-parts/Makefile +++ b/www/merb-parts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/09/12 02:50:27 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/13 14:32:42 taca Exp $ DISTNAME= merb-parts-0.9.8 CATEGORIES= www @@ -10,5 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=0.9.8:../../www/merb-core +CONFLICTS+= merb-parts-[0-9]* + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |