svn commit: r369491 - head/textproc/xsv

Marcus von Appen mva at FreeBSD.org
Sun Sep 28 18:47:32 UTC 2014


Author: mva
Date: Sun Sep 28 18:47:31 2014
New Revision: 369491
URL: http://svnweb.freebsd.org/changeset/ports/369491
QAT: https://qat.redports.org/buildarchive/r369491/

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

Modified:
  head/textproc/xsv/Makefile

Modified: head/textproc/xsv/Makefile
==============================================================================
--- head/textproc/xsv/Makefile	Sun Sep 28 18:44:12 2014	(r369490)
+++ head/textproc/xsv/Makefile	Sun Sep 28 18:47:31 2014	(r369491)
@@ -14,10 +14,8 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ltxml>0:${PORTSDIR}/textproc/py-ltxml
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=  yes
-INSTALLS_EGGINFO=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 USE_LDCONFIG=	yes
 
 PORTDOCS=	pc-shrinkwrap xsv-status.xml xsv-status.html


More information about the svn-ports-head mailing list