diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-07-24 10:21:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-07-24 10:21:39 +0000 |
commit | db96f15278a2770fa1953c1969d28da07599370f (patch) | |
tree | 03347a69c25453ae01b9f6d6d5fc59ac4b28fba7 | |
parent | - simpler BUILD_DEPENDS (diff) |
- simpler BUILD_DEPENDS
Notes
Notes:
svn path=/head/; revision=543241
-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 28dbfca869d8..1b513c1c80dc 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= ${LOCALBASE}/bin/xenstore:${PKGCATEGORY}/xen-guest-tools +RUN_DEPENDS= xenstore:${PKGCATEGORY}/xen-guest-tools USES= gmake python USE_RC_SUBR= xenguest |