svn commit: r364914 - head/net/gupnp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 15 03:02:08 UTC 2014


Author: sunpoet
Date: Fri Aug 15 03:02:07 2014
New Revision: 364914
URL: http://svnweb.freebsd.org/changeset/ports/364914
QAT: https://qat.redports.org/buildarchive/r364914/

Log:
  - Use USES=python

Modified:
  head/net/gupnp/Makefile

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Fri Aug 15 03:02:03 2014	(r364913)
+++ head/net/gupnp/Makefile	Fri Aug 15 03:02:07 2014	(r364914)
@@ -24,8 +24,7 @@ MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 USE_CSTD=	c11
-USE_PYTHON_RUN=	yes
-USES=		compiler:c11 gmake libtool pathfix pkgconfig shebangfix tar:xz
+USES=		compiler:c11 gmake libtool pathfix pkgconfig python:run shebangfix tar:xz
 
 SHEBANG_FILES=	tools/gupnp-binding-tool
 python_CMD=	${PYTHON_CMD}


More information about the svn-ports-head mailing list