svn commit: r378860 - head/deskutils/virt-manager

Antoine Brodin antoine at FreeBSD.org
Wed Feb 11 23:05:41 UTC 2015


Author: antoine
Date: Wed Feb 11 23:05:40 2015
New Revision: 378860
URL: https://svnweb.freebsd.org/changeset/ports/378860
QAT: https://qat.redports.org/buildarchive/r378860/

Log:
  Fix a typo in RUN_DEPENDS

Modified:
  head/deskutils/virt-manager/Makefile

Modified: head/deskutils/virt-manager/Makefile
==============================================================================
--- head/deskutils/virt-manager/Makefile	Wed Feb 11 22:36:14 2015	(r378859)
+++ head/deskutils/virt-manager/Makefile	Wed Feb 11 23:05:40 2015	(r378860)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus
 		gtk-vnc>=0.4.4:${PORTSDIR}/net/gtk-vnc \
 		libvirt-glib>=0.1.9:${PORTSDIR}/devel/libvirt-glib \
 		libosinfo>=0:${PORTSDIR}/devel/libosinfo \
-		${PYTHON_PGKNAMEPREFIX}spice-gtk>=0.26:${PORTSDIR}/deskutils/py-spice-gtk
+		${PYTHON_PKGNAMEPREFIX}spice-gtk>=0.26:${PORTSDIR}/deskutils/py-spice-gtk
 
 PYDISTUTILS_INSTALLNOSINGLE=	yes
 PYDISTUTILS_CONFIGURE_TARGET=	configure


More information about the svn-ports-all mailing list