aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-InsideOut
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 06:58:49 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 06:58:49 +0000
commitba1a4ebc1873d81cf09ca7cbb6ffb0d1fea9a391 (patch)
treebcebd836ea95bef4247b9515e1725a5d154592d1 /devel/p5-Class-InsideOut
parent5be07a3944ebe18baa7eb166bdac9c8534d98e3a (diff)
downloadports-ba1a4ebc1873d81cf09ca7cbb6ffb0d1fea9a391.tar.gz
ports-ba1a4ebc1873d81cf09ca7cbb6ffb0d1fea9a391.zip
- Fix build on 5.00503
- Fix dependencies according corelist -a PR: ports/101546 Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes: svn path=/head/; revision=169907
Diffstat (limited to 'devel/p5-Class-InsideOut')
-rw-r--r--devel/p5-Class-InsideOut/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Class-InsideOut/Makefile b/devel/p5-Class-InsideOut/Makefile
index 3c3d6e16f4ca..49e310e7a516 100644
--- a/devel/p5-Class-InsideOut/Makefile
+++ b/devel/p5-Class-InsideOut/Makefile
@@ -22,12 +22,13 @@ MAN3= Class::InsideOut::Manual::About.3 Class::InsideOut.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500701
-RUN_DEPENDS+= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA
+.if ${PERL_LEVEL} < 500600
+RUN_DEPENDS+= ${LOCALBASE}/pod2man:${PORTSDIR}/textprocs/p5-podlators
.endif
-.if ${PERL_LEVEL} < 500702
-RUN_DEPENDS+= ${SITE_PERL}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.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
.endif
.include <bsd.port.post.mk>