aboutsummaryrefslogtreecommitdiff
path: root/games/golly
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-20 17:36:02 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-20 17:36:02 +0000
commit6d83e65a8b50cb4f07da7184b20fca3165a54747 (patch)
tree67c959e7cd137e2895c3dba87c47536a74207154 /games/golly
parent04fd0c5ce79980e3d50c7ff197ef7cbf2e81aaca (diff)
downloadports-6d83e65a8b50cb4f07da7184b20fca3165a54747.tar.gz
ports-6d83e65a8b50cb4f07da7184b20fca3165a54747.zip
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371287
Diffstat (limited to 'games/golly')
-rw-r--r--games/golly/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/golly/Makefile b/games/golly/Makefile
index 087fd37e3be7..497394bffa0b 100644
--- a/games/golly/Makefile
+++ b/games/golly/Makefile
@@ -10,8 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= makc@FreeBSD.org
COMMENT= Conway's Game of Life and other cellular automata
-USES= cmake:outsource perl5
-USE_PYTHON= yes
+USES= cmake:outsource perl5 python
USE_WX= 3.0
WX_UNICODE= yes