Date: Wed, 6 May 2020 16:15:01 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534186 - head/devel/libvirt-dbus Message-ID: <202005061615.046GF1bu009865@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005061615.046GF1bu009865>