svn commit: r369543 - head/graphics/uniconvw

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 29 18:33:49 UTC 2014


Author: amdmi3
Date: Mon Sep 29 18:33:48 2014
New Revision: 369543
URL: http://svnweb.freebsd.org/changeset/ports/369543
QAT: https://qat.redports.org/buildarchive/r369543/

Log:
  - Convert to USES=python

Modified:
  head/graphics/uniconvw/Makefile

Modified: head/graphics/uniconvw/Makefile
==============================================================================
--- head/graphics/uniconvw/Makefile	Mon Sep 29 18:32:12 2014	(r369542)
+++ head/graphics/uniconvw/Makefile	Mon Sep 29 18:33:48 2014	(r369543)
@@ -17,8 +17,8 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/sk1lib
 
 PROJECTHOST=	uniconvertor
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
+USES=		python
+USE_PYTHON=	distutils
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/setup.py


More information about the svn-ports-head mailing list