diff options
| author | wiz <wiz> | 2015-07-12 18:56:06 +0000 |
|---|---|---|
| committer | wiz <wiz> | 2015-07-12 18:56:06 +0000 |
| commit | 6155bc8d5055aca460eb647cb9d7aa7ebef7472b (patch) | |
| tree | e627a638f10e8eb4f65a201079f6391431c359a8 /textproc/p5-Pod-Simple | |
| parent | 4109e15859ee52a30f347dff367c7d0757c05b3c (diff) | |
| download | pkgsrc-6155bc8d5055aca460eb647cb9d7aa7ebef7472b.tar.gz | |
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Diffstat (limited to 'textproc/p5-Pod-Simple')
| -rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index c559dc299e5..9b9ec3f2111 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/06/12 10:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:30 wiz Exp $ DISTNAME= Pod-Simple-3.30 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Pod-Simple/ COMMENT= Simple framework for parsing Pod LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.04}:../../textproc/p5-Pod-Escapes +#DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.04}:../../textproc/p5-Pod-Escapes PERL5_PACKLIST= auto/Pod/Simple/.packlist |
