svn commit: r423235 - head/net-mgmt/virt-viewer

Roman Bogorodskiy novel at FreeBSD.org
Tue Oct 4 05:58:53 UTC 2016


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
 


More information about the svn-ports-head mailing list