svn commit: r336434 - head/net-mgmt/wmi-client

Marcus von Appen mva at FreeBSD.org
Sat Dec 14 10:31:17 UTC 2013


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


More information about the svn-ports-all mailing list