diff options
author | obache <obache@pkgsrc.org> | 2007-01-11 13:02:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-01-11 13:02:48 +0000 |
commit | e656f1d3b3c87ccf856ab6d72f57a574497789dc (patch) | |
tree | e490be762496d3a62ecdb534d465dd0e16d39059 | |
parent | 7f94652586f713c4c34fe130e4e9ee728366e890 (diff) | |
download | pkgsrc-e656f1d3b3c87ccf856ab6d72f57a574497789dc.tar.gz |
p5-PathTools is successor to p5-File-Spec, so conflict.
Pointed out by Christoph Badura in PR 35402.
From Changes of p5-PathTools:
3.00 Thu Sep 2 22:15:07 CDT 2004
- Merged Cwd and File::Spec into a single PathTools distribution.
This was done because the two modules use each other fairly
extensively, and extracting the common stuff into another
distribution was deemed nigh-impossible. The code in revision 3.00
of PathTools should be equivalent to the code in Cwd 2.21 and
File::Spec 0.90.
-rw-r--r-- | devel/p5-PathTools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile index b46ce0c9f89..e018303d36b 100644 --- a/devel/p5-PathTools/Makefile +++ b/devel/p5-PathTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/11/02 13:42:04 obache Exp $ +# $NetBSD: Makefile,v 1.3 2007/01/11 13:02:48 obache Exp $ DISTNAME= PathTools-3.23 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ COMMENT= Perl module for portably manipulating file specifications DEPENDS+= p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils +CONFLICTS+= p5-File-Spec-[0-9]* + CONFIGURE_ARGS+= DEFINE="-DHAS_GETCWD" PERL5_PACKLIST= auto/Cwd/.packlist |