diff options
author | obache <obache> | 2010-09-13 11:03:40 +0000 |
---|---|---|
committer | obache <obache> | 2010-09-13 11:03:40 +0000 |
commit | 1ebd82e787b04b5c9d8b2230b443dc8b1f635a3e (patch) | |
tree | 0503915f10acbc70a6038f94f900d7d8aa49965e | |
parent | 8490c314084408f7c26e587df10360bdc494fd3f (diff) | |
download | pkgsrc-1ebd82e787b04b5c9d8b2230b443dc8b1f635a3e.tar.gz |
Fixes CONFLICTS pattern.
-rw-r--r-- | devel/hoe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hoe/Makefile b/devel/hoe/Makefile index d2a982c88d2..6edc3ddf113 100644 --- a/devel/hoe/Makefile +++ b/devel/hoe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/09/10 05:02:40 taca Exp $ +# $NetBSD: Makefile,v 1.9 2010/09/13 11:03:40 obache Exp $ DISTNAME= hoe-2.6.2 CATEGORIES= devel @@ -8,7 +8,7 @@ HOMEPAGE= http://seattlerb.rubyforge.org/hoe/ COMMENT= Rake extension to provide full project automation LICENSE= mit -CONFLICTS+= ruby[1-9][0-9]-hoe-* hoe-* +CONFLICTS+= ruby[1-9][0-9]-hoe-[0-9]* hoe-[0-9]* DEPENDS+= ${RUBY_PKGPREFIX}-rubyforge>=2.0.4:../../devel/rubyforge |