diff options
author | mva <mva@FreeBSD.org> | 2013-12-14 17:21:31 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-14 17:21:31 +0800 |
commit | 3010f0ac89cbd8a2bd11b550b34d1b5bfdb49a5d (patch) | |
tree | 311d531b9a71e8fcf9562be2097fdc3ba967c30d /sysutils/xen-tools | |
parent | 5a143e8e0ebb16ba5890df500d1af9b2be4ce90b (diff) | |
download | freebsd-ports-gnome-3010f0ac89cbd8a2bd11b550b34d1b5bfdb49a5d.tar.gz freebsd-ports-gnome-3010f0ac89cbd8a2bd11b550b34d1b5bfdb49a5d.tar.zst freebsd-ports-gnome-3010f0ac89cbd8a2bd11b550b34d1b5bfdb49a5d.zip |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils/xen-tools')
-rw-r--r-- | sysutils/xen-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile index f2f56702a56c..596dfef26bf8 100644 --- a/sysutils/xen-tools/Makefile +++ b/sysutils/xen-tools/Makefile @@ -15,6 +15,7 @@ DISTFILES= xen-${PORTVERSION}.tar.gz USES= gmake USE_PYTHON= yes +MAKE_ENV+= PYTHON=${PYTHON_CMD} ONLY_FOR_ARCHS= amd64 i386 ia64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than amd64, i386, or ia64" |