svn commit: r348248 - head/net/gupnp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 14 15:17:07 UTC 2014


Author: sunpoet
Date: Fri Mar 14 15:17:06 2014
New Revision: 348248
URL: http://svnweb.freebsd.org/changeset/ports/348248
QAT: https://qat.redports.org/buildarchive/r348248/

Log:
  - Use USES=tar:xz

Modified:
  head/net/gupnp/Makefile

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Fri Mar 14 15:17:02 2014	(r348247)
+++ head/net/gupnp/Makefile	Fri Mar 14 15:17:06 2014	(r348248)
@@ -23,8 +23,7 @@ MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 USE_PYTHON_RUN=	yes
-USE_XZ=		yes
-USES=		gmake pathfix pkgconfig shebangfix
+USES=		gmake pathfix pkgconfig shebangfix tar:xz
 
 SHEBANG_FILES=	tools/gupnp-binding-tool
 python_CMD=	${PYTHON_CMD}


More information about the svn-ports-all mailing list