diff options
author | mef <mef@pkgsrc.org> | 2015-01-07 08:56:37 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-07 08:56:37 +0000 |
commit | 90a53101334cf9673d9f1a2cf8fc93a295ba92bf (patch) | |
tree | 51f8c6b0ba549778cb42c11abff76aa4d0271649 | |
parent | cd396941a54aadad60acf8df8f03f63686e46811 (diff) | |
download | pkgsrc-90a53101334cf9673d9f1a2cf8fc93a295ba92bf.tar.gz |
Fix DEPENDS+= Path typo, thanks wiz@ for review.
-rw-r--r-- | devel/p5-Mixin-Linewise/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Mixin-Linewise/Makefile b/devel/p5-Mixin-Linewise/Makefile index 31d753535dc..66a4f7b8d54 100644 --- a/devel/p5-Mixin-Linewise/Makefile +++ b/devel/p5-Mixin-Linewise/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:03 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/01/07 08:56:37 mef Exp $ # DISTNAME= Mixin-Linewise-0.105 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Mixin-Linewise/ COMMENT= Perl 5 linewise readers and writers for strings and filenames LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-PerlIO-utf8_strict-[0-9]*:../../devel/p5-Sub-Exporter +DEPENDS+= p5-PerlIO-utf8_strict-[0-9]*:../../devel/p5-PerlIO-utf8_strict DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String DEPENDS+= p5-Sub-Exporter>=0.900:../../devel/p5-Sub-Exporter |