diff options
author | feld <feld@FreeBSD.org> | 2015-04-07 01:49:12 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-04-07 01:49:12 +0800 |
commit | aa66a00849d9708619e9ce7e8d54a5daa39d23c6 (patch) | |
tree | 203d6bba02307d803da1407a6e5fd44168f731f7 /sysutils | |
parent | f134955d4fdee2fa73471e21f6259723e0940d40 (diff) | |
download | freebsd-ports-graphics-aa66a00849d9708619e9ce7e8d54a5daa39d23c6.tar.gz freebsd-ports-graphics-aa66a00849d9708619e9ce7e8d54a5daa39d23c6.tar.zst freebsd-ports-graphics-aa66a00849d9708619e9ce7e8d54a5daa39d23c6.zip |
Chase the xen-tools -> xen-guest-tools rename
xe-guest-utilities needs to use this older version of the xen tools
which are compatible with FreeBSD 9.x and 10.x. The tools are required
as part of the xe-guest-utilities scripts to report data back to the
hypervisor and permit additional functionality such as Live Migration
when running FreeBSD VMs on the Citrix XenServer hypervisor.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xe-guest-utilities/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xe-guest-utilities/Makefile b/sysutils/xe-guest-utilities/Makefile index 62004115731..c693a026434 100644 --- a/sysutils/xe-guest-utilities/Makefile +++ b/sysutils/xe-guest-utilities/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-6.0.2 MAINTAINER= dinoex@FreeBSD.org COMMENT= FreeBSD VM tools for Citrix XenServer and XCP -RUN_DEPENDS= xen-tools>0:${PORTSDIR}/${PKGCATEGORY}/xen-tools +RUN_DEPENDS= xen-guest-tools>0:${PORTSDIR}/${PKGCATEGORY}/xen-guest-tools USES= gmake python USE_RC_SUBR= xenguest |