summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Inline
diff options
context:
space:
mode:
authorgrant <grant>2004-05-08 04:09:05 +0000
committergrant <grant>2004-05-08 04:09:05 +0000
commit10c91bda89fedd341d57652507c069e02247dab1 (patch)
treef17efe772c1a3fb5021b278aa49777d1ea774f68 /devel/p5-Test-Inline
parenta0a1102bba6def0a093062f5db03c4de71290034 (diff)
downloadpkgsrc-10c91bda89fedd341d57652507c069e02247dab1.tar.gz
fix DEPENDS path to p5-Test-Simple.
Diffstat (limited to 'devel/p5-Test-Inline')
-rw-r--r--devel/p5-Test-Inline/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Test-Inline/Makefile b/devel/p5-Test-Inline/Makefile
index 84a48a61075..cd324a63ef5 100644
--- a/devel/p5-Test-Inline/Makefile
+++ b/devel/p5-Test-Inline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/05/08 04:08:40 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/05/08 04:09:05 grant Exp $
DISTNAME= Test-Inline-0.15
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Inlining your tests next to the code being tested
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Inline/.packlist
-DEPENDS+= p5-Test-Simple>=0.33:../p5-Test-Simple
+DEPENDS+= p5-Test-Simple>=0.33:../../devel/p5-Test-Simple
.include "../../devel/p5-Test-Harness/depends.mk"
.include "../../lang/perl5/module.mk"