svn commit: r366099 - in head/audio: py-xmms2 xmms2

Guido Falsi madpilot at FreeBSD.org
Mon Aug 25 17:08:16 UTC 2014


Author: madpilot
Date: Mon Aug 25 17:08:15 2014
New Revision: 366099
URL: http://svnweb.freebsd.org/changeset/ports/366099
QAT: https://qat.redports.org/buildarchive/r366099/

Log:
  Convert to USES=python.

Modified:
  head/audio/py-xmms2/Makefile
  head/audio/xmms2/Makefile

Modified: head/audio/py-xmms2/Makefile
==============================================================================
--- head/audio/py-xmms2/Makefile	Mon Aug 25 17:06:13 2014	(r366098)
+++ head/audio/py-xmms2/Makefile	Mon Aug 25 17:08:15 2014	(r366099)
@@ -14,7 +14,7 @@ LIB_DEPENDS+=	libxmmsclient.so:${PORTSDI
 
 MASTERDIR=	${.CURDIR}/../xmms2
 
-USE_PYTHON=	yes
+USES=		python
 
 PLIST=		${.CURDIR}/pkg-plist
 

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Mon Aug 25 17:06:13 2014	(r366098)
+++ head/audio/xmms2/Makefile	Mon Aug 25 17:08:15 2014	(r366099)
@@ -11,8 +11,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER?=	madpilot at FreeBSD.org
 COMMENT?=	Rewrite of xmms as a client/server system (developer release)
 
-USE_PYTHON_BUILD=	yes
-USES+=		pkgconfig tar:bzip2
+USES+=		pkgconfig python:build tar:bzip2
 
 .if !defined(XMMS2_SLAVE)
 USE_GNOME=	glib20


More information about the svn-ports-all mailing list