From 8f8dbc43399316df124b31e47efea4a64467961d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 29 Sep 2014 18:33:48 +0000 Subject: [PATCH] - Convert to USES=python --- graphics/uniconvw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/uniconvw/Makefile b/graphics/uniconvw/Makefile index 72c6c232c948..a5c1199cd0f8 100644 --- a/graphics/uniconvw/Makefile +++ b/graphics/uniconvw/Makefile @@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:${PORTSDIR}/graphics/sk1li 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