diff options
Diffstat (limited to 'deskutils/virt-manager/Makefile')
-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 f9ac3244085f..63eb757ce434 100644 --- a/deskutils/virt-manager/Makefile +++ b/deskutils/virt-manager/Makefile @@ -1,5 +1,6 @@ PORTNAME= virt-manager PORTVERSION= 5.0.0 +PORTREVISION= 1 CATEGORIES= deskutils net-mgmt MASTER_SITES= https://releases.pagure.org/${PORTNAME}/ @@ -11,7 +12,7 @@ LICENSE= LGPL3 BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:devel/py-dbus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.8:textproc/py-libxml2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libxml2-python>=2.7.8:textproc/libxml2-python@${PY_FLAVOR} \ vte3>=0:x11-toolkits/vte3 \ ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:devel/py-ipaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libvirt>=0:devel/py-libvirt@${PY_FLAVOR} \ |