aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-05-09 14:57:38 +0800
committervanilla <vanilla@FreeBSD.org>2001-05-09 14:57:38 +0800
commitce334f49c21a96f7652bb05e76e2a6a54f117103 (patch)
tree70b58b14fde7ea35b720f1780e67b8df73d5bec1 /textproc
parent6d341d3921ad3ed70d1aa6ba5b223c939ce1141b (diff)
downloadfreebsd-ports-gnome-ce334f49c21a96f7652bb05e76e2a6a54f117103.tar.gz
freebsd-ports-gnome-ce334f49c21a96f7652bb05e76e2a6a54f117103.tar.zst
freebsd-ports-gnome-ce334f49c21a96f7652bb05e76e2a6a54f117103.zip
Add (BUILD|RUN)_DEPENDS to p5-XML-Parser.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-TreeBuilder/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-XML-TreeBuilder/Makefile b/textproc/p5-XML-TreeBuilder/Makefile
index 60a0a1dbba0b..6cc81863de70 100644
--- a/textproc/p5-XML-TreeBuilder/Makefile
+++ b/textproc/p5-XML-TreeBuilder/Makefile
@@ -7,7 +7,7 @@
PORTNAME= XML-TreeBuilder
PORTVERSION= 3.08
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes