svn commit: r533992 - head/sysutils/xe-guest-utilities
Dirk Meyer
dinoex at FreeBSD.org
Mon May 4 21:46:48 UTC 2020
Author: dinoex
Date: Mon May 4 21:46:47 2020
New Revision: 533992
URL: https://svnweb.freebsd.org/changeset/ports/533992
Log:
- make RUN_DEPENDS more robust
Modified:
head/sysutils/xe-guest-utilities/Makefile
Modified: head/sysutils/xe-guest-utilities/Makefile
==============================================================================
--- head/sysutils/xe-guest-utilities/Makefile Mon May 4 21:45:08 2020 (r533991)
+++ head/sysutils/xe-guest-utilities/Makefile Mon May 4 21:46:47 2020 (r533992)
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-6.0.2
MAINTAINER= dinoex at FreeBSD.org
COMMENT= FreeBSD VM tools for Citrix XenServer and XCP
-RUN_DEPENDS= xen-guest-tools>0:${PKGCATEGORY}/xen-guest-tools
+RUN_DEPENDS= ${LOCALBASE}/bin/xenstore:${PKGCATEGORY}/xen-guest-tools
USES= gmake python
USE_RC_SUBR= xenguest
More information about the svn-ports-head
mailing list