svn commit: r369477 - head/games/plutocracy

Marcus von Appen mva at FreeBSD.org
Sun Sep 28 18:17:09 UTC 2014


Author: mva
Date: Sun Sep 28 18:17:08 2014
New Revision: 369477
URL: http://svnweb.freebsd.org/changeset/ports/369477
QAT: https://qat.redports.org/buildarchive/r369477/

Log:
  - Convert to USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/games/plutocracy/Makefile

Modified: head/games/plutocracy/Makefile
==============================================================================
--- head/games/plutocracy/Makefile	Sun Sep 28 18:11:10 2014	(r369476)
+++ head/games/plutocracy/Makefile	Sun Sep 28 18:17:08 2014	(r369477)
@@ -14,12 +14,10 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
-USES=		tar:bzip2
+USES=		python tar:bzip2
 USE_SDL=	sdl pango
 USE_GL=		gl glu
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-INSTALLS_EGGINFO=	yes
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGVERSION=	0.0
 
 WRKSRC=		${WRKDIR}/${PORTNAME}


More information about the svn-ports-head mailing list