diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2015-05-14 00:04:19 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2015-05-14 00:04:19 +0000 |
commit | 258e2849b0bfaf6da9218dc5ee6dc94915b64fce (patch) | |
tree | a5795793df1728566b7e00a97aed2f4252949bb5 /net-mgmt/virt-viewer | |
parent | dde5e4318e18f85d0126b273e4df4419b40c3f2c (diff) |
Notes
Diffstat (limited to 'net-mgmt/virt-viewer')
-rw-r--r-- | net-mgmt/virt-viewer/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile index 7abb86aca770..5d2b82195339 100644 --- a/net-mgmt/virt-viewer/Makefile +++ b/net-mgmt/virt-viewer/Makefile @@ -3,6 +3,7 @@ PORTNAME= virt-viewer PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ @@ -12,16 +13,21 @@ COMMENT= Provides a graphical viewer for a guest OS display LICENSE= GPLv2 BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \ - intltoolize:${PORTSDIR}/textproc/intltool + intltoolize:${PORTSDIR}/textproc/intltool \ + spice-protocol>=0.12.7:${PORTSDIR}/devel/spice-protocol LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt \ - libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc + libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc \ + libspice-client-glib-2.0.so:${PORTSDIR}/deskutils/spice-gtk + +USE_OPENSSL=yes +WITH_OPENSSL_PORT=yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share -CONFIGURE_ARGS= --with-gtk=3.0 --without-spice-gtk +CONFIGURE_ARGS= --with-gtk=3.0 --with-spice-gtk USES= desktop-file-utils gmake pkgconfig shared-mime-info cpe USE_GNOME= gtk30 INSTALLS_ICONS= yes |