Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2014 18:33:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369543 - head/graphics/uniconvw
Message-ID:  <201409291833.s8TIXnJR067558@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409291833.s8TIXnJR067558>