Date: Thu, 21 Jul 2022 20:51:31 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9a2ea33ec40b - main - www/ikiwiki: add missing test-depend Message-ID: <202207212051.26LKpVQW089676@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a2ea33ec40ba7978c4cb0ae89f33e6c7dfe9cfd commit 9a2ea33ec40ba7978c4cb0ae89f33e6c7dfe9cfd Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-07-21 20:48:06 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-07-21 20:49:21 +0000 www/ikiwiki: add missing test-depend Reported by: reprise Approved by: portmgr blanket --- www/ikiwiki/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 301fd43d0d40..01bb4c46f0e6 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -30,6 +30,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-LWPx-ParanoidAgent>=0:www/p5-LWPx-ParanoidAgent \ p5-RPC-XML>=0:net/p5-RPC-XML \ p5-XML-Feed>=0:textproc/p5-XML-Feed +TEST_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run USES= cpe gettext gmake perl5 python shebangfix USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207212051.26LKpVQW089676>