diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-12-17 23:54:04 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-12-17 23:54:04 +0000 |
commit | cee0c06ddd716416bd0f8f512ec20b55c461730d (patch) | |
tree | 4528bee74c366634becd460455da90b382354b47 /net-mgmt/virt-viewer | |
parent | e2e126285fd6983f7016f20e1a19ffbb58a08c8a (diff) | |
download | ports-cee0c06ddd716416bd0f8f512ec20b55c461730d.tar.gz ports-cee0c06ddd716416bd0f8f512ec20b55c461730d.zip |
Notes
Diffstat (limited to 'net-mgmt/virt-viewer')
-rw-r--r-- | net-mgmt/virt-viewer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile index 3c3705d09aca..a80f3c8d7d2d 100644 --- a/net-mgmt/virt-viewer/Makefile +++ b/net-mgmt/virt-viewer/Makefile @@ -3,6 +3,7 @@ PORTNAME= virt-viewer PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ @@ -11,8 +12,8 @@ COMMENT= Provides a graphical viewer for a guest OS display BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \ intltoolize:${PORTSDIR}/textproc/intltool -LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt \ - gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc +LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt \ + libgtk-vnc-1.0.so:${PORTSDIR}/net/gtk-vnc OPTIONS_DEFINE= NLS OPTIONS_SUB= yes |