summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-08 04:09:05 +0000
committergrant <grant@pkgsrc.org>2004-05-08 04:09:05 +0000
commit0d944de72c7834ef38ec4fcc5deafa77a357af64 (patch)
treef17efe772c1a3fb5021b278aa49777d1ea774f68 /devel
parent3b16d9049d969a1b8e51a760e76da290677d2c4c (diff)
downloadpkgsrc-0d944de72c7834ef38ec4fcc5deafa77a357af64.tar.gz
fix DEPENDS path to p5-Test-Simple.
Diffstat (limited to 'devel')
-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"