svn commit: r369444 - head/games/diameter

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 28 08:54:15 UTC 2014


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
 


More information about the svn-ports-head mailing list