aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/virt-viewer
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-12-11 00:48:33 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-12-11 00:48:33 +0000
commit682ff4dbe092cf94b69852de81026452c500d36f (patch)
treef54adb5fe36ec63414fbcc7bddf63f030a61bed1 /net-mgmt/virt-viewer
parent3c7388497a3b5aa57379744c65663fe16c52cb49 (diff)
downloadports-682ff4dbe092cf94b69852de81026452c500d36f.tar.gz
ports-682ff4dbe092cf94b69852de81026452c500d36f.zip
- update libvirt to 1.0.0, and bump others for shlib change
- explictly tie to ABI version, required - update historical headers - add shared description for libvirt
Notes
Notes: svn path=/head/; revision=308652
Diffstat (limited to 'net-mgmt/virt-viewer')
-rw-r--r--net-mgmt/virt-viewer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile
index 54fb9903eb9a..073898c7d702 100644
--- a/net-mgmt/virt-viewer/Makefile
+++ b/net-mgmt/virt-viewer/Makefile
@@ -1,7 +1,9 @@
+# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= virt-viewer
PORTVERSION= 0.5.4
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/
@@ -10,7 +12,7 @@ COMMENT= Provides a graphical viewer for a guest OS display
BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \
intltoolize:${PORTSDIR}/textproc/intltool
-LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt \
+LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt \
gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc
GNU_CONFIGURE= yes