aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-02-10 18:17:49 +0800
committertobez <tobez@FreeBSD.org>2005-02-10 18:17:49 +0800
commit17bff1b23351f52240387dbc7bc8147cdbffb785 (patch)
treeb78b6c8747dd83bbe59bda9402e7db27f90f3b9c
parentbdc22dc7d5f3cf5d9065bc643a9c2fbf7865a01e (diff)
downloadfreebsd-ports-gnome-17bff1b23351f52240387dbc7bc8147cdbffb785.tar.gz
freebsd-ports-gnome-17bff1b23351f52240387dbc7bc8147cdbffb785.tar.zst
freebsd-ports-gnome-17bff1b23351f52240387dbc7bc8147cdbffb785.zip
Fix dependency error introduced in the previous commit.
Reported by: kris/pointyhat
-rw-r--r--www/p5-HTML-Mason/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile
index 009e3653ee20..c06fb4015cc7 100644
--- a/www/p5-HTML-Mason/Makefile
+++ b/www/p5-HTML-Mason/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5
${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \
${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache
RUN_DEPENDS= ${BUILD_DEPENDS} \
- ${SITE_PERL}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
+ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --no-prompts