diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-09-28 18:17:08 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-09-28 18:17:08 +0000 |
commit | 627f3a893a76e7f2e8f3c53b92cfbe6ab0d210e2 (patch) | |
tree | 7dadff5fdeda356737dea8e0b5ae26ad5e58a97f | |
parent | a031ee4003cd73452e1f4acf7c3054c8158e7ff1 (diff) | |
download | ports-627f3a893a76e7f2e8f3c53b92cfbe6ab0d210e2.tar.gz ports-627f3a893a76e7f2e8f3c53b92cfbe6ab0d210e2.zip |
- Convert to USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=369477
-rw-r--r-- | games/plutocracy/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/plutocracy/Makefile b/games/plutocracy/Makefile index d83b147438ba..4dbf6aed3805 100644 --- a/games/plutocracy/Makefile +++ b/games/plutocracy/Makefile @@ -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} |