diff options
author | swills <swills@FreeBSD.org> | 2012-04-10 09:24:17 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-10 09:24:17 +0800 |
commit | d65147d6124c86578632a0d93520e3c463a0b176 (patch) | |
tree | 98c3199c7f1d43ce5d8f7af0b1354d1fcfc186c8 /textproc | |
parent | 5f1280ce0b65dc98c954abe74da81433a137d6c7 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |