svn commit: r344480 - head/net/gupnp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 15 20:09:30 UTC 2014


Author: sunpoet
Date: Sat Feb 15 20:09:29 2014
New Revision: 344480
URL: http://svnweb.freebsd.org/changeset/ports/344480
QAT: https://qat.redports.org/buildarchive/r344480/

Log:
  - Use USE_PYTHON_RUN instead of USE_PYTHON

Modified:
  head/net/gupnp/Makefile

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Sat Feb 15 19:26:42 2014	(r344479)
+++ head/net/gupnp/Makefile	Sat Feb 15 20:09:29 2014	(r344480)
@@ -22,7 +22,7 @@ GNU_CONFIGURE=	yes
 MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
-USE_PYTHON=	yes
+USE_PYTHON_RUN=	yes
 USE_XZ=		yes
 USES=		gmake pathfix pkgconfig shebangfix
 


More information about the svn-ports-head mailing list