svn commit: r334958 - head/multimedia/mythtv

Marcus von Appen mva at FreeBSD.org
Tue Nov 26 17:41:43 UTC 2013


Author: mva
Date: Tue Nov 26 17:41:42 2013
New Revision: 334958
URL: http://svnweb.freebsd.org/changeset/ports/334958

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency
  
  Approved by:	decke@ (maintainer)

Modified:
  head/multimedia/mythtv/Makefile

Modified: head/multimedia/mythtv/Makefile
==============================================================================
--- head/multimedia/mythtv/Makefile	Tue Nov 26 17:39:40 2013	(r334957)
+++ head/multimedia/mythtv/Makefile	Tue Nov 26 17:41:42 2013	(r334958)
@@ -79,6 +79,7 @@ MAKE_ENV+=	COMPILER_PATH=${LOCALBASE}/bi
 .endif
 
 .if ${PORT_OPTIONS:MBINDINGS}
+CONFIGURE_ARGS+=	--python=${PYTHON_CMD}
 USE_PYTHON=	yes
 INSTALLS_EGGINFO=yes
 PYDISTUTILS_PKGNAME=MythTV


More information about the svn-ports-all mailing list