From 18fa06b43bf91d97717fdc33a2509eec5ea741fd Mon Sep 17 00:00:00 2001 From: jca Date: Sat, 18 Apr 2015 14:28:20 +0000 Subject: [PATCH] Remove non-existing test dep. Spotted by sthen@ and ajacoutot@ --- devel/p5-TAP-Formatter-JUnit/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/p5-TAP-Formatter-JUnit/Makefile b/devel/p5-TAP-Formatter-JUnit/Makefile index 267221b4568..37591ea0461 100644 --- a/devel/p5-TAP-Formatter-JUnit/Makefile +++ b/devel/p5-TAP-Formatter-JUnit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2015/04/16 19:43:30 schwarze Exp $ +# $OpenBSD: Makefile,v 1.3 2015/04/18 14:28:20 jca Exp $ COMMENT = format TAP::Harness output as JUnit XML @@ -17,8 +17,7 @@ RUN_DEPENDS = devel/p5-File-Slurp \ textproc/p5-XML-Generator TEST_DEPENDS = devel/p5-File-Slurp \ devel/p5-IO-stringy \ - devel/p5-IPC-Run \ - devel/p5-Test-XML + devel/p5-IPC-Run CONFIGURE_STYLE = modbuild