From 281b1cb92f9a5d9bb3bf65d4d72447a3b0aa4f1e Mon Sep 17 00:00:00 2001 From: skv Date: Tue, 15 Jul 2003 08:15:58 +0000 Subject: Fix incorrect build dependency Pointed by: BSDC --- textproc/sablotron/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index a368c8eb83ac..3cf9f2f6cab9 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --enable-debugger .endif .ifndef(NOPORTDOCS) -BUILD_DEPENDS+= ${SITE_PERL}/mach/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mach/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR} .endif -- cgit