aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-12-01 02:28:09 +0800
committerpav <pav@FreeBSD.org>2008-12-01 02:28:09 +0800
commitf30e74df0114554135618311a6e76e687600a2bd (patch)
tree3beba6e14cb3bfbc835b18779bc2ff8b5b4399a2 /math
parenta3450d4579c0f614f94fc5b3a19141eeef4fbe92 (diff)
downloadfreebsd-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 'math')
-rw-r--r--math/p5-Chart-Math-Axis/Makefile2
-rw-r--r--math/p5-Number-WithError-LaTeX/Makefile2
-rw-r--r--math/p5-Number-WithError/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Chart-Math-Axis/Makefile b/math/p5-Chart-Math-Axis/Makefile
index fcef44948b9e..e8c23a0bdca1 100644
--- a/math/p5-Chart-Math-Axis/Makefile
+++ b/math/p5-Chart-Math-Axis/Makefile
@@ -16,7 +16,7 @@ COMMENT= Implements an algorithm to find good values for chart axis
BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \
${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt \
- ${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
+ ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/math/p5-Number-WithError-LaTeX/Makefile b/math/p5-Number-WithError-LaTeX/Makefile
index 99e3fb9440a6..ab9fa2d46360 100644
--- a/math/p5-Number-WithError-LaTeX/Makefile
+++ b/math/p5-Number-WithError-LaTeX/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX output for Number::WithError
-BUILD_DEPENDS= ${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \
${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt \
${SITE_PERL}/Number/WithError.pm:${PORTSDIR}/math/p5-Number-WithError \
diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile
index 3545f2597982..ff86f3d32702 100644
--- a/math/p5-Number-WithError/Makefile
+++ b/math/p5-Number-WithError/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Numbers with error propagation and scientific rounding
-BUILD_DEPENDS= ${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \
${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS= ${BUILD_DEPENDS}