aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-07 14:58:49 +0800
committerclsung <clsung@FreeBSD.org>2006-08-07 14:58:49 +0800
commitc8380ac40888441fe4a902880fab256c046555bb (patch)
tree673e63b31bb6789cb752b7346aa06d47dda10887 /devel
parent3b9fad5cf24ee14d76b1b46c235d7580e55a8b67 (diff)
downloadfreebsd-ports-gnome-c8380ac40888441fe4a902880fab256c046555bb.tar.gz
freebsd-ports-gnome-c8380ac40888441fe4a902880fab256c046555bb.tar.zst
freebsd-ports-gnome-c8380ac40888441fe4a902880fab256c046555bb.zip
- Fix build on 5.00503
- Fix dependencies according corelist -a PR: ports/101546 Submitted by: maintainer (Gea-Suan Lin)
Diffstat (limited to 'devel')
-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>