Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2013 17:41:42 +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: r334958 - head/multimedia/mythtv
Message-ID:  <201311261741.rAQHfgMW069012@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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