aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/wmi-client
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-12-14 10:31:16 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-12-14 10:31:16 +0000
commit3c48c1303651494d54b87ab866999f0e5b4fb4a5 (patch)
tree8fb0ea5c3cc67a374a045118ab5a62d4248037c2 /net-mgmt/wmi-client
parent00be3339576dd4b0f8f9ca8aad704b51030172cc (diff)
downloadports-3c48c1303651494d54b87ab866999f0e5b4fb4a5.tar.gz
ports-3c48c1303651494d54b87ab866999f0e5b4fb4a5.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)
Notes
Notes: svn path=/head/; revision=336434
Diffstat (limited to 'net-mgmt/wmi-client')
-rw-r--r--net-mgmt/wmi-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/wmi-client/Makefile b/net-mgmt/wmi-client/Makefile
index 27cd04430f2b..2ab4b07fce33 100644
--- a/net-mgmt/wmi-client/Makefile
+++ b/net-mgmt/wmi-client/Makefile
@@ -22,7 +22,7 @@ USES= iconv
USE_LDCONFIG= yes
MAKEFILE= GNUmakefile
-MAKE_ENV= ZENHOME="${PREFIX}" PY_LIBDIR="${PYTHONPREFIX_SITELIBDIR}"
+MAKE_ENV= ZENHOME="${PREFIX}" PY_LIBDIR="${PYTHONPREFIX_SITELIBDIR}" PYTHON="${PYTHON_CMD}"
ALL_TARGET= build
NO_STAGE= yes