diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-16 19:51:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-16 19:51:26 +0000 |
commit | e0de738591f3284626c526841fcaa91c9d5f4543 (patch) | |
tree | 4879afc96e4986d9ba2b4a606ccea6364ee658db /games/openyahtzee | |
parent | 0430ea81cb43e51177f844f275ae00d472f330e1 (diff) |
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop
Notes
Notes:
svn path=/head/; revision=397077
Diffstat (limited to 'games/openyahtzee')
-rw-r--r-- | games/openyahtzee/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index d5dc1d5cf9cd..ed3e57b798e9 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -3,6 +3,7 @@ PORTNAME= openyahtzee PORTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} |