Date: Tue, 4 Oct 2016 05:58:52 +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: r423235 - head/net-mgmt/virt-viewer Message-ID: <201610040558.u945wqO4007467@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Tue Oct 4 05:58:51 2016 New Revision: 423235 URL: https://svnweb.freebsd.org/changeset/ports/423235 Log: net-mgmt/virt-viewer: add missing libvirt-glib dependency Pointy hat to: novel Modified: head/net-mgmt/virt-viewer/Makefile Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Tue Oct 4 05:38:12 2016 (r423234) +++ head/net-mgmt/virt-viewer/Makefile Tue Oct 4 05:58:51 2016 (r423235) @@ -15,6 +15,7 @@ BUILD_DEPENDS= xml2-config:textproc/libx intltoolize:textproc/intltool \ spice-protocol>=0.12.7:devel/spice-protocol LIB_DEPENDS= libvirt.so:devel/libvirt \ + libvirt-glib-1.0.so:devel/libvirt-glib \ libgtk-vnc-2.0.so:net/gtk-vnc \ libspice-client-glib-2.0.so:deskutils/spice-gtk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610040558.u945wqO4007467>