Date: Fri, 17 Feb 2006 17:41:27 -0700 From: Aaron Dalton <aaron@freebsd.org> To: freebsd-ports@freebsd.org Subject: perl_build/run_depends question Message-ID: <43F66D37.9000204@freebsd.org>
next in thread | raw e-mail | index | archive | help
I am using the new perl_build/run_depends in a port I'm working on. What I am seeing though is that when I type 'make', it recognizes the depency isn't there, goes and builds it, but never actually installs the dependency. Thus my port build always fails. What am I missing? Here's a Makefile extract. Thanks for your time! PERL_BUILD_DEPENDS= File-Spec:${PORTSDIR}/devel/p5-PathTools \ List-Util:${PORTSDIR}/lang/p5-Scalar-List-Utils \ File-Slurp:${PORTSDIR}/devel/p5-File-Slurp \ File-Find-Rule:${PORTSDIR}/devel/p5-File-Find-Rule \ Getopt-Long:${PORTSDIR}/devel/p5-Getopt-Long \ Config-Tiny:${PORTSDIR}/devel/p5-Config-Tiny \ Params-Util:${PORTSDIR}/devel/p5-Params-Util \ Class-Autouse:${PORTSDIR}/devel/p5-Class-Autouse \ Algorithm-Dependency:${PORTSDIR}/devel/p5-Algorithm-Dependency \ File-Flat:${PORTSDIR}/devel/p5-File-Flat \ Pod-Tests:${PORTSDIR}/devel/p5-Pod-Tests PERL_RUN_DEPENDS= ${PERL_BUILD_DEPENDS} -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43F66D37.9000204>