diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-17 03:51:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-17 03:51:26 +0800 |
commit | 2558f8d8455b6a709567f5245095f051d9eb3f33 (patch) | |
tree | 4879afc96e4986d9ba2b4a606ccea6364ee658db /x11-toolkits/Makefile | |
parent | d86141b06dc44694dfb40826bcab81aadfc6a721 (diff) | |
download | freebsd-ports-gnome-2558f8d8455b6a709567f5245095f051d9eb3f33.tar.gz freebsd-ports-gnome-2558f8d8455b6a709567f5245095f051d9eb3f33.tar.zst freebsd-ports-gnome-2558f8d8455b6a709567f5245095f051d9eb3f33.zip |
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
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 3e8632d4e796..c158f1fdc413 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -201,7 +201,6 @@ SUBDIR += py-wxPython-common SUBDIR += py-wxPython28 SUBDIR += py-wxPython28-common - SUBDIR += py-wxPython28-unicode SUBDIR += py-wxPython30 SUBDIR += py-xlib SUBDIR += pypy-tkinter @@ -261,8 +260,6 @@ SUBDIR += wxgtk28-common SUBDIR += wxgtk28-contrib SUBDIR += wxgtk28-contrib-common - SUBDIR += wxgtk28-unicode - SUBDIR += wxgtk28-unicode-contrib SUBDIR += wxgtk30 SUBDIR += xbae SUBDIR += xforms |