aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-InsideOut
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-09 17:10:19 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-09 17:10:19 +0000
commit00d7d0c1e90a7756073fb92c799a9594d8fcd661 (patch)
tree91399bc9944da89d2dd6558a34f457fe30fed61e /devel/p5-Class-InsideOut
parentc8565321dd06f75accae54d82634c438a9dbd5f0 (diff)
downloadports-00d7d0c1e90a7756073fb92c799a9594d8fcd661.tar.gz
ports-00d7d0c1e90a7756073fb92c799a9594d8fcd661.zip
Notes
Diffstat (limited to 'devel/p5-Class-InsideOut')
-rw-r--r--devel/p5-Class-InsideOut/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Class-InsideOut/Makefile b/devel/p5-Class-InsideOut/Makefile
index 54f569b3e5e9..1a5e46b72fcb 100644
--- a/devel/p5-Class-InsideOut/Makefile
+++ b/devel/p5-Class-InsideOut/Makefile
@@ -23,12 +23,12 @@ MAN3= Class::InsideOut::Manual::About.3 Class::InsideOut.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-RUN_DEPENDS+= ${LOCALBASE}/pod2man:${PORTSDIR}/textproc/p5-podlators
+RUN_DEPENDS+= ${LOCALBASE}/bin/pod2man:${PORTSDIR}/textproc/p5-podlators
.endif
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
- ${SITE_PERL}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>