diff options
author | pav <pav@FreeBSD.org> | 2011-12-05 02:26:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-12-05 02:26:09 +0800 |
commit | a7f3c8fcde66fb059fa69a86c4f29945dc82719c (patch) | |
tree | 2fb968a5f97de8ea5b93bdc548868d195da05cb1 | |
parent | dc155f0ac992847524491c6c63dcd986978f4c2f (diff) | |
download | freebsd-ports-gnome-a7f3c8fcde66fb059fa69a86c4f29945dc82719c.tar.gz freebsd-ports-gnome-a7f3c8fcde66fb059fa69a86c4f29945dc82719c.tar.zst freebsd-ports-gnome-a7f3c8fcde66fb059fa69a86c4f29945dc82719c.zip |
- Revert addition of 2.9 temporarily, individual ports need to be fixed for
compatibility first
Feature safe: yes
-rw-r--r-- | Mk/bsd.wx.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Mk/bsd.wx.mk b/Mk/bsd.wx.mk index 24260732e91d..21219ed49f28 100644 --- a/Mk/bsd.wx.mk +++ b/Mk/bsd.wx.mk @@ -111,7 +111,7 @@ # USE_WX_NOT= 2.4 # -WX_Include_MAINTAINER= fjoe@FreeBSD.org +WX_Include_MAINTAINER= alepulver@FreeBSD.org # # Global definitions. @@ -131,8 +131,8 @@ _WX_Definitions_Done= yes _WX_COMPS_ALL= wx contrib python svg _WX_DEP_TYPES_ALL= build lib run -_WX_VERS_ALL= 2.4 2.6 2.8 2.9 -_WX_VERS_UC_ALL= 2.6 2.8 2.9 +_WX_VERS_ALL= 2.4 2.6 2.8 +_WX_VERS_UC_ALL= 2.6 2.8 _WX_VERS_LISTS= WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED # @@ -177,10 +177,6 @@ _WX_FILE_python_2.8= ${PYTHON_SITELIBDIR}/wx-2.8-gtk2${_WX_PYSUFX}/wx/__init__.p _WX_PORT_svg_2.8= graphics/wxsvg _WX_LIB_svg_2.8= wxsvg -# wxgtk 2.9 -_WX_PORT_wx_2.9= x11-toolkits/wxgtk29 -_WX_LIB_wx_2.9= wx_baseu-2.9 - # Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropiately. # Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib". |