diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-16 22:28:04 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-16 22:28:04 +0000 |
commit | a9232821d9fab61dc631a4345aa2d6551e53e1b6 (patch) | |
tree | f0717c2299636816ae221bb0d9c06a8626bd38b0 /devel/p5-Carp-Assert-More | |
parent | 38c353386261f59e46278c056d1cfb26c9f3c007 (diff) |
Notes
Diffstat (limited to 'devel/p5-Carp-Assert-More')
-rw-r--r-- | devel/p5-Carp-Assert-More/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Carp-Assert-More/Makefile b/devel/p5-Carp-Assert-More/Makefile index 200e52803bf8..57fe794c5b4e 100644 --- a/devel/p5-Carp-Assert-More/Makefile +++ b/devel/p5-Carp-Assert-More/Makefile @@ -17,7 +17,7 @@ COMMENT= Convenience wrappers around Carp::Assert BUILD_DEPENDS= ${SITE_PERL}/Carp/Assert.pm:${PORTSDIR}/devel/p5-Carp-Assert \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS= ${BUILD_DEPENDS} |