diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-07-02 20:23:00 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-07-02 20:23:00 +0000 |
commit | d92add59e5d87bfc1604fada0c3505b3a522eba9 (patch) | |
tree | f61ddce117e4a8871b57ba9d36b9393ca93499c1 /deskutils/virt-manager/Makefile | |
parent | - Fix sound playback (diff) |
- update to 1.1.0 and bump shared libraries in respective ports
- while here:
- fix option check in sysutils/cfengine34
- move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested by kwm@)
- restore ABI version in net-mgmt/collectd5
Diffstat (limited to '')
-rw-r--r-- | deskutils/virt-manager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/virt-manager/Makefile b/deskutils/virt-manager/Makefile index cf68ec13e295..8e14d57bf223 100644 --- a/deskutils/virt-manager/Makefile +++ b/deskutils/virt-manager/Makefile @@ -3,6 +3,7 @@ PORTNAME= virt-manager PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ @@ -11,7 +12,7 @@ COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 -LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:${PORTSDIR}/devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.8:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}virtinst>=0.600.4:${PORTSDIR}/net-mgmt/virtinst \ |