aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-04-10 09:24:17 +0800
committerswills <swills@FreeBSD.org>2012-04-10 09:24:17 +0800
commitd65147d6124c86578632a0d93520e3c463a0b176 (patch)
tree98c3199c7f1d43ce5d8f7af0b1354d1fcfc186c8 /textproc
parent5f1280ce0b65dc98c954abe74da81433a137d6c7 (diff)
downloadfreebsd-ports-gnome-d65147d6124c86578632a0d93520e3c463a0b176.tar.gz
freebsd-ports-gnome-d65147d6124c86578632a0d93520e3c463a0b176.tar.zst
freebsd-ports-gnome-d65147d6124c86578632a0d93520e3c463a0b176.zip
- Add missing DEPENDS
PR: ports/166131 Approved by: maintainer timeout (papowell@astart.com, >2 weeks)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Rewrite/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-XML-Rewrite/Makefile b/textproc/p5-XML-Rewrite/Makefile
index a39607762833..cfd30abc58eb 100644
--- a/textproc/p5-XML-Rewrite/Makefile
+++ b/textproc/p5-XML-Rewrite/Makefile
@@ -7,6 +7,7 @@
PORTNAME= XML-Rewrite
PORTVERSION= 0.10
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,6 +16,7 @@ MAINTAINER= papowell@astart.com
COMMENT= XML processing and rewriting
RUN_DEPENDS= p5-Log-Report>=0.21:${PORTSDIR}/devel/p5-Log-Report \
+ p5-XML-Compile-Cache>=0:${PORTSDIR}/textproc/p5-XML-Compile-Cache \
p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
BUILD_DEPENDS= ${RUN_DEPENDS}