aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Log-Dispatch
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-02-27 04:35:15 +0800
committerknu <knu@FreeBSD.org>2003-02-27 04:35:15 +0800
commit498c3ddfe59fd6abb12936531fda436350714a30 (patch)
tree158630bc7e958186cedb8ff974afed1b47e69ada /devel/p5-Log-Dispatch
parent10f362810fd686e3048027115c44413c0931ebfd (diff)
downloadfreebsd-ports-gnome-498c3ddfe59fd6abb12936531fda436350714a30.tar.gz
freebsd-ports-gnome-498c3ddfe59fd6abb12936531fda436350714a30.tar.zst
freebsd-ports-gnome-498c3ddfe59fd6abb12936531fda436350714a30.zip
Fix the wrong Params::Validate dependency.
PR: ports/48204 Submitted by: edwin Approved by: maintainer timeout
Diffstat (limited to 'devel/p5-Log-Dispatch')
-rw-r--r--devel/p5-Log-Dispatch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index bf9dd77e7eb1..d369705775e1 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
-BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
+BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_SUBMAKE= yes