svn commit: r369525 - head/games/teeworlds

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 29 14:38:01 UTC 2014


Author: amdmi3
Date: Mon Sep 29 14:38:00 2014
New Revision: 369525
URL: http://svnweb.freebsd.org/changeset/ports/369525
QAT: https://qat.redports.org/buildarchive/r369525/

Log:
  - Convert to USES=python

Modified:
  head/games/teeworlds/Makefile

Modified: head/games/teeworlds/Makefile
==============================================================================
--- head/games/teeworlds/Makefile	Mon Sep 29 14:36:58 2014	(r369524)
+++ head/games/teeworlds/Makefile	Mon Sep 29 14:38:00 2014	(r369525)
@@ -17,8 +17,7 @@ LICENSE=	ZLIB
 
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
-USE_PYTHON_BUILD=	2
-
+USES=		python:2,build
 BAM_VERSION=	0.4.0
 BAM_WRKSRC=	${WRKDIR}/bam-${BAM_VERSION}
 BAM_TARGET=	release


More information about the svn-ports-head mailing list