summaryrefslogtreecommitdiff
path: root/www/merb-action-args
diff options
context:
space:
mode:
authortaca <taca>2010-09-13 14:32:40 +0000
committertaca <taca>2010-09-13 14:32:40 +0000
commit783fd2ff74f09fa7c04c7cd4fbc5242381977d0e (patch)
treea817863f79bde5fe30b439673c232b442e2a1eb3 /www/merb-action-args
parent3d4fe12d2e39f2757ef5ea53eafcdbc7580b7e6f (diff)
downloadpkgsrc-783fd2ff74f09fa7c04c7cd4fbc5242381977d0e.tar.gz
* Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
Diffstat (limited to 'www/merb-action-args')
-rw-r--r--www/merb-action-args/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/merb-action-args/Makefile b/www/merb-action-args/Makefile
index 34218840b5f..597c40b1163 100644
--- a/www/merb-action-args/Makefile
+++ b/www/merb-action-args/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/09/12 02:32:52 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/13 14:32:40 taca Exp $
DISTNAME= merb-action-args-1.1.3
CATEGORIES= www
@@ -12,5 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3:../../www/merb-core
DEPENDS+= ${RUBY_PKGPREFIX}-ruby2ruby>=1.1.9:../../devel/ruby2ruby
DEPENDS+= ${RUBY_PKGPREFIX}-parsetree>=2.2.1:../../devel/ruby-parsetree
+CONFLICTS+= merb-action-args-[0-9]*
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"