From 6d4fab925d046fe4f4aa7602669d4af46140709a Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 5 Mar 2012 20:46:34 +0000 Subject: [PATCH] - Oops, wrong TEST_DEPENDS in previous commit, needs p5-Test-Pod-Coverage, not p5-Pod-Coverage --- textproc/p5-TeX-Encode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/p5-TeX-Encode/Makefile b/textproc/p5-TeX-Encode/Makefile index 142cf0ba9c81..95abe6bb8409 100644 --- a/textproc/p5-TeX-Encode/Makefile +++ b/textproc/p5-TeX-Encode/Makefile @@ -17,7 +17,7 @@ COMMENT= Encode/decode Perl utf-8 strings into TeX BUILD_DEPENDS= p5-HTML-Parser>=3.35:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS= p5-HTML-Parser>=3.35:${PORTSDIR}/www/p5-HTML-Parser -TEST_DEPENDS= p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage +TEST_DEPENDS= p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage PERL_CONFIGURE= yes