aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2004-03-08 23:39:03 +0800
committertobez <tobez@FreeBSD.org>2004-03-08 23:39:03 +0800
commit9e0e9478d1b3ab87ffc849dfb13c71b0b2d3f607 (patch)
treee62c4363927d0a3a780da77997d45a9fe3299058 /textproc
parentf776337e687b919739fb9970e547c56f60e220de (diff)
downloadfreebsd-ports-gnome-9e0e9478d1b3ab87ffc849dfb13c71b0b2d3f607.tar.gz
freebsd-ports-gnome-9e0e9478d1b3ab87ffc849dfb13c71b0b2d3f607.tar.zst
freebsd-ports-gnome-9e0e9478d1b3ab87ffc849dfb13c71b0b2d3f607.zip
Fix broken dependency.
Reported by: kris
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-DT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-DT/Makefile b/textproc/p5-XML-DT/Makefile
index 21bf7a19ff5f..8a432bb446f2 100644
--- a/textproc/p5-XML-DT/Makefile
+++ b/textproc/p5-XML-DT/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module for down translation of XML to strings
-BUILD_DEPENDS= ${SITE_PERL}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
BUILD_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}