diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-10 01:10:19 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-10 01:10:19 +0800 |
commit | 48fd2b2ae0740eed602a53df1015e9fbe2b8507a (patch) | |
tree | 4a70428a7632314bda2ee97d9b16e91895183add /devel | |
parent | fe037de27d5203cdf30fa981ba41284bb1425d23 (diff) | |
download | freebsd-ports-gnome-48fd2b2ae0740eed602a53df1015e9fbe2b8507a.tar.gz freebsd-ports-gnome-48fd2b2ae0740eed602a53df1015e9fbe2b8507a.tar.zst freebsd-ports-gnome-48fd2b2ae0740eed602a53df1015e9fbe2b8507a.zip |
- Fix incorrect dependency path
PR: ports/103604
Submitted by: clsung
Approved by: maintainer (timeout)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-InsideOut/Makefile | 4 |
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> |