Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 10:31:16 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336434 - head/net-mgmt/wmi-client
Message-ID:  <201312141031.rBEAVHlJ025143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sat Dec 14 10:31:16 2013
New Revision: 336434
URL: http://svnweb.freebsd.org/changeset/ports/336434

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/net-mgmt/wmi-client/Makefile

Modified: head/net-mgmt/wmi-client/Makefile
==============================================================================
--- head/net-mgmt/wmi-client/Makefile	Sat Dec 14 10:09:24 2013	(r336433)
+++ head/net-mgmt/wmi-client/Makefile	Sat Dec 14 10:31:16 2013	(r336434)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312141031.rBEAVHlJ025143>