Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 18:17:09 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369477 - head/games/plutocracy
Message-ID:  <201409281817.s8SIH9wU081183@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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