diff options
author | sat <sat@FreeBSD.org> | 2006-06-17 06:28:04 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-17 06:28:04 +0800 |
commit | 6ef58cff18e6cffe22652873a5eb1067d471b6d8 (patch) | |
tree | 9211c6559b8951dcd59a9f191a73a79a2ec305d0 /devel | |
parent | 92482f3ad23dedcdf73896c19dfcf42aba6d8cc9 (diff) | |
download | freebsd-ports-gnome-6ef58cff18e6cffe22652873a5eb1067d471b6d8.tar.gz freebsd-ports-gnome-6ef58cff18e6cffe22652873a5eb1067d471b6d8.tar.zst freebsd-ports-gnome-6ef58cff18e6cffe22652873a5eb1067d471b6d8.zip |
- Fix a dependency
Diffstat (limited to 'devel')
-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} |