summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2016-04-12 17:23:08 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2016-04-12 17:23:08 +0000
commit434641f58ccbb8f86efc5da5426fcdf2c93751ec (patch)
treed2f381f4f4b1998190bd64629341640c7d6cf9fd /deskutils
parentRemove needless MURDER_CFLAGS since r38220. (diff)
deskutils/virt-manager: add missing run dep on www/py-requests
Bump PORTREVISION due to packaging change. Reported by: Rainbow <rainbow@hacker.horse>
Notes
Notes: svn path=/head/; revision=413147
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/virt-manager/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/virt-manager/Makefile b/deskutils/virt-manager/Makefile
index b12228d70c00..94a512e2bd06 100644
--- a/deskutils/virt-manager/Makefile
+++ b/deskutils/virt-manager/Makefile
@@ -2,6 +2,7 @@
PORTNAME= virt-manager
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= deskutils net-mgmt
MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ \
LOCAL/jgh/deskutils/${PORTNAME}/
@@ -18,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:devel/py-dbus \
${PYTHON_PKGNAMEPREFIX}ipaddr>=0:devel/py-ipaddr \
${PYTHON_PKGNAMEPREFIX}urlgrabber>=0:www/py-urlgrabber \
${PYTHON_PKGNAMEPREFIX}libvirt>=0:devel/py-libvirt \
+ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \
gtk-vnc>=0.4.4:net/gtk-vnc \
libvirt-glib>=0.1.9:devel/libvirt-glib \
libosinfo>=0:devel/libosinfo \