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-more | |
parent | 7f6bb932aacab94981d0c199313a3b1324786e22 (diff) | |
download | pkgsrc-b7c1088426c87bfea6ebc1256d26d8720f30c4e6.tar.gz |
* Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
Diffstat (limited to 'www/merb-more')
-rw-r--r-- | www/merb-more/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/merb-more/Makefile b/www/merb-more/Makefile index 4d6fad8b3f8..69c54cb4cf3 100644 --- a/www/merb-more/Makefile +++ b/www/merb-more/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/09/12 03:08:30 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/13 14:32:42 taca Exp $ DISTNAME= merb-more-1.0.15 CATEGORIES= www @@ -21,5 +21,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-merb-helpers>=1.0.15:../../www/merb-helpers DEPENDS+= ${RUBY_PKGPREFIX}-merb-mailer>=1.0.15:../../www/merb-mailer DEPENDS+= ${RUBY_PKGPREFIX}-merb-param-protection>=1.0.15:../../www/merb-param-protection +CONFLICTS+= merb-more-[0-9]* + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |