svn commit: r534186 - head/devel/libvirt-dbus

Roman Bogorodskiy novel at FreeBSD.org
Wed May 6 16:15:02 UTC 2020


Author: novel
Date: Wed May  6 16:15:01 2020
New Revision: 534186
URL: https://svnweb.freebsd.org/changeset/ports/534186

Log:
  devel/libvirt-dbus: add missing rst2man build dependency
  
  Reported by:	pkg-fallout

Modified:
  head/devel/libvirt-dbus/Makefile

Modified: head/devel/libvirt-dbus/Makefile
==============================================================================
--- head/devel/libvirt-dbus/Makefile	Wed May  6 16:11:14 2020	(r534185)
+++ head/devel/libvirt-dbus/Makefile	Wed May  6 16:15:01 2020	(r534186)
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libvirt.so:devel/libvirt \
 	        libvirt-glib-1.0.so:devel/libvirt-glib
 RUN_DEPENDS=	dbus-daemon:devel/dbus
+BUILD_DEPENDS=	rst2man:textproc/py-docutils
 
 USES=		gettext-runtime gmake gnome libtool perl5 pkgconfig tar:xz meson
 USE_GNOME=	glib20


More information about the svn-ports-head mailing list