Date: Mon, 4 May 2020 21:46:48 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533992 - head/sysutils/xe-guest-utilities Message-ID: <202005042146.044LkmjA009477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005042146.044LkmjA009477>