mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Switch to use wx 3.0
This commit is contained in:
parent
713a6c0ea0
commit
263926be26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349019
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user