From e4180ef819bd6d0f38e07ad3c297dbb5947390fa Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 8 Jun 2020 12:13:58 +0000 Subject: [PATCH] Missing BDEP on textproc/libxslt (xsltproc). --- sysutils/libvirt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index cf07c6edfe42..619a868648de 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.67 2020/06/07 15:57:10 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.68 2020/06/08 12:13:58 ajacoutot Exp $ COMMENT= tool/library for managing platform virtualization @@ -34,6 +34,7 @@ MODPY_RUNDEP= No MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} BUILD_DEPENDS= devel/flake8 \ + textproc/libxslt \ textproc/py-docutils${MOPY_FLAVOR} LIB_DEPENDS= devel/glib2 \