Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2014 13:52:34 +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: r369601 - head/games/brainworkshop
Message-ID:  <201409301352.s8UDqYGF005147@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep 30 13:52:33 2014
New Revision: 369601
URL: http://svnweb.freebsd.org/changeset/ports/369601
QAT: https://qat.redports.org/buildarchive/r369601/

Log:
  - Convert to USES=python

Modified:
  head/games/brainworkshop/Makefile

Modified: head/games/brainworkshop/Makefile
==============================================================================
--- head/games/brainworkshop/Makefile	Tue Sep 30 13:50:24 2014	(r369600)
+++ head/games/brainworkshop/Makefile	Tue Sep 30 13:52:33 2014	(r369601)
@@ -12,12 +12,10 @@ COMMENT=	Free open-source version of the
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pyglet/__init__.py:${PORTSDIR}/graphics/py-pyglet
 
-USES=		dos2unix zip
+USES=		dos2unix python:run zip
 NO_BUILD=	yes
 DOS2UNIX_FILES=	brainworkshop.pyw
 
-USE_PYTHON=	yes
-
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PORTSCOUT=	skipv:4.22



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