From 3de98d3d66e8b9ee3f1e3630f08f70ff00b0ea9e Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Fri, 28 Feb 2003 12:59:31 +0000 Subject: [PATCH] Fix missed XML::LibXML::Common dependency. --- textproc/p5-XML-LibXML/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 26baae06bd41..ea7ca2969b35 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Interface to Gnome libxml2 library -BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML/Common.pm:${PORTSDIR}/textproc/p5-XML-LibXML-Common \ + ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= ${BUILD_DEPENDS}