svn commit: r369541 - head/graphics/nathive

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 29 18:32:12 UTC 2014


Author: amdmi3
Date: Mon Sep 29 18:32:11 2014
New Revision: 369541
URL: http://svnweb.freebsd.org/changeset/ports/369541
QAT: https://qat.redports.org/buildarchive/r369541/

Log:
  - Convert to USES=python

Modified:
  head/graphics/nathive/Makefile

Modified: head/graphics/nathive/Makefile
==============================================================================
--- head/graphics/nathive/Makefile	Mon Sep 29 18:26:49 2014	(r369540)
+++ head/graphics/nathive/Makefile	Mon Sep 29 18:32:11 2014	(r369541)
@@ -14,8 +14,7 @@ BUILD_DEPENDS=	python:${PORTSDIR}/lang/p
 RUN_DEPENDS=	python:${PORTSDIR}/lang/python \
 		${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
 
-USES=		gmake tar:tgz
-USE_PYTHON=	2
+USES=		gmake python:2 tar:tgz
 MAKEFILE=	makefile
 ALL_TARGET=	default
 


More information about the svn-ports-head mailing list