diff options
author | grant <grant@pkgsrc.org> | 2004-05-07 11:30:39 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-07 11:30:39 +0000 |
commit | c950a3844c9011b45d7b58298edace083cede537 (patch) | |
tree | 1d799b8e7de6fa6b113749a07e4f9c86b40c6843 /devel | |
parent | f1970bdd52732bc3e8359ea53a0af98503cb1739 (diff) | |
download | pkgsrc-c950a3844c9011b45d7b58298edace083cede537.tar.gz |
allow perl{,-thread}>=5.8.3 to satisfy the p5-Test-Harness dependency.
Test::Harness is included in perl>=5.8.3, and for that reason,
p5-Test-Harness has a CONFLICT on perl>=5.8.3 which was blocking many
packages from being installed.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 6862873c660..c197e582bcd 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/05/01 16:29:37 kim Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/07 11:30:39 grant Exp $ DISTNAME= Test-Simple-0.47 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= shell@NetBSD.org COMMENT= Perl5 module with a simple framework for writing tests -DEPENDS+= p5-Test-Harness-[0-9]*:../../devel/p5-Test-Harness +# gah. perl58>=5.8.3 includes Test::Harness, so allow it to satisfy +# this dependency. +DEPENDS+= {p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness PKG_INSTALLATION_TYPES= overwrite pkgviews |