diff options
author | pav <pav@FreeBSD.org> | 2008-12-01 02:28:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-12-01 02:28:09 +0800 |
commit | f30e74df0114554135618311a6e76e687600a2bd (patch) | |
tree | 3beba6e14cb3bfbc835b18779bc2ff8b5b4399a2 /databases | |
parent | a3450d4579c0f614f94fc5b3a19141eeef4fbe92 (diff) | |
download | freebsd-ports-gnome-f30e74df0114554135618311a6e76e687600a2bd.tar.gz freebsd-ports-gnome-f30e74df0114554135618311a6e76e687600a2bd.tar.zst freebsd-ports-gnome-f30e74df0114554135618311a6e76e687600a2bd.zip |
- Catch up with Params::Util which now lives under ${PERL_ARCH}
Reported by: pointyhat
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-POE-Component-EasyDBI/Makefile b/databases/p5-POE-Component-EasyDBI/Makefile index f957b0ccd519..f45db525f178 100644 --- a/databases/p5-POE-Component-EasyDBI/Makefile +++ b/databases/p5-POE-Component-EasyDBI/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ - ${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util + ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools |