diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 01:36:02 +0800 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 01:36:02 +0800 |
commit | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (patch) | |
tree | 67c959e7cd137e2895c3dba87c47536a74207154 /games/golly | |
parent | 04fd0c5ce79980e3d50c7ff197ef7cbf2e81aaca (diff) | |
download | freebsd-ports-gnome-6d83e65a8b50cb4f07da7184b20fca3165a54747.tar.gz freebsd-ports-gnome-6d83e65a8b50cb4f07da7184b20fca3165a54747.tar.zst freebsd-ports-gnome-6d83e65a8b50cb4f07da7184b20fca3165a54747.zip |
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'games/golly')
-rw-r--r-- | games/golly/Makefile | 3 |
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 |