Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2014 18:32:11 +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: r369541 - head/graphics/nathive
Message-ID:  <201409291832.s8TIWBkw067106@svn.freebsd.org>

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



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