Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 08:54:14 +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: r369444 - head/games/diameter
Message-ID:  <201409280854.s8S8sEdp010687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 28 08:54:14 2014
New Revision: 369444
URL: http://svnweb.freebsd.org/changeset/ports/369444
QAT: https://qat.redports.org/buildarchive/r369444/

Log:
  - Switch to USES=python

Modified:
  head/games/diameter/Makefile

Modified: head/games/diameter/Makefile
==============================================================================
--- head/games/diameter/Makefile	Sun Sep 28 08:51:12 2014	(r369443)
+++ head/games/diameter/Makefile	Sun Sep 28 08:54:14 2014	(r369444)
@@ -13,11 +13,10 @@ COMMENT=	Arcade-style game with elements
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libguichan.so:${PORTSDIR}/devel/guichan
 
-USES=		tar:bzip2 gmake pkgconfig
+USES=		tar:bzip2 gmake pkgconfig python
 GNU_CONFIGURE=	yes
 USE_GL=		gl
 USE_SDL=	sdl mixer image
-USE_PYTHON=	yes
 
 WRKSRC=		${WRKDIR}/gamediameter
 



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