summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormef <mef>2015-01-07 08:56:37 +0000
committermef <mef>2015-01-07 08:56:37 +0000
commitf7e09430b47a217b2e50cb034e03d14f990ebe89 (patch)
tree51f8c6b0ba549778cb42c11abff76aa4d0271649 /devel
parentf887d7b97f2f86489609235bedc0d6f45b40929e (diff)
downloadpkgsrc-f7e09430b47a217b2e50cb034e03d14f990ebe89.tar.gz
Fix DEPENDS+= Path typo, thanks wiz@ for review.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Mixin-Linewise/Makefile4
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