aboutsummaryrefslogtreecommitdiffstats
path: root/games/golly
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-24 23:42:12 +0800
committerbapt <bapt@FreeBSD.org>2014-03-24 23:42:12 +0800
commit2eba547e8e8456cfcb338dc74094d5fc5407e358 (patch)
tree7cfe5b5f3828a14dcbb36d6e67a7b33d2c6cf455 /games/golly
parent2ab8a2d081c14a616e14a06f3e5bdd26e615ec26 (diff)
downloadfreebsd-ports-gnome-2eba547e8e8456cfcb338dc74094d5fc5407e358.tar.gz
freebsd-ports-gnome-2eba547e8e8456cfcb338dc74094d5fc5407e358.tar.zst
freebsd-ports-gnome-2eba547e8e8456cfcb338dc74094d5fc5407e358.zip
Switch to use wx 3.0
Diffstat (limited to 'games/golly')
-rw-r--r--games/golly/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/golly/Makefile b/games/golly/Makefile
index babe005df71e..d71c738ce87b 100644
--- a/games/golly/Makefile
+++ b/games/golly/Makefile
@@ -3,7 +3,7 @@
PORTNAME= golly
PORTVERSION= 2.4
DISTVERSIONSUFFIX= -src
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -12,7 +12,8 @@ COMMENT= Conway's Game of Life and other cellular automata
USES= cmake:outsource perl5
USE_PYTHON= yes
-USE_WX= 2.8+
+USE_WX= 3.0
+WX_UNICODE= yes
DESKTOP_ENTRIES= "Golly" "${COMMENT}" "${PREFIX}/share/pixmaps/golly.xpm" \
"${PREFIX}/bin/golly" "Education;" "true"