svn commit: r369470 - head/audio/pithos

Marcus von Appen mva at FreeBSD.org
Sun Sep 28 17:26:54 UTC 2014


Author: mva
Date: Sun Sep 28 17:26:53 2014
New Revision: 369470
URL: http://svnweb.freebsd.org/changeset/ports/369470
QAT: https://qat.redports.org/buildarchive/r369470/

Log:
  - Convert to USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/audio/pithos/Makefile

Modified: head/audio/pithos/Makefile
==============================================================================
--- head/audio/pithos/Makefile	Sun Sep 28 17:25:12 2014	(r369469)
+++ head/audio/pithos/Makefile	Sun Sep 28 17:26:53 2014	(r369470)
@@ -24,11 +24,9 @@ RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/xdg/_
 		git:${PORTSDIR}/devel/git
 
 USE_GNOME=	gtk30 py3gobject3
-USE_PYTHON=	3
-USE_PYDISTUTILS=yes
+USES=		python:3
+USE_PYTHON=	distutils autoplist
 USE_GSTREAMER=	core good bad soup
-PYDISTUTILS_AUTOPLIST=	yes
-INSTALLS_EGGINFO=	yes
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}


More information about the svn-ports-head mailing list