diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-22 21:46:41 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-22 21:46:41 +0800 |
commit | cefb68b42ffcf87ea3c9c92c3531689dae527c32 (patch) | |
tree | 68aee99042f0bd6c62faceb028d4be92ae239fb6 /Mk | |
parent | 7509f9388d07a97541700aae86d6823baa798ce9 (diff) | |
download | freebsd-ports-gnome-cefb68b42ffcf87ea3c9c92c3531689dae527c32.tar.gz freebsd-ports-gnome-cefb68b42ffcf87ea3c9c92c3531689dae527c32.tar.zst freebsd-ports-gnome-cefb68b42ffcf87ea3c9c92c3531689dae527c32.zip |
New port: x11-toolkits/wxgtk30 -- Series 3.0 of the wxWidgets toolkit
PR: 181329 (based on)
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.wx.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Mk/bsd.wx.mk b/Mk/bsd.wx.mk index 738dd3548729..fb7d19004551 100644 --- a/Mk/bsd.wx.mk +++ b/Mk/bsd.wx.mk @@ -131,9 +131,9 @@ _WX_Definitions_Done= yes _WX_COMPS_ALL= wx contrib python svg _WX_DEP_TYPES_ALL= build lib run -_WX_VERS_ALL= 2.6 2.8 2.9 -_WX_VERS_UC_ALL= 2.6 2.8 2.9 -_WX_VERS_SKIP= 2.9 +_WX_VERS_ALL= 2.6 2.8 2.9 3.0 +_WX_VERS_UC_ALL= 2.6 2.8 2.9 3.0 +_WX_VERS_SKIP= 2.9 3.0 _WX_VERS_LISTS= WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED # @@ -172,6 +172,10 @@ _WX_LIB_svg_2.8= wxsvg _WX_PORT_wx_2.9= x11-toolkits/wxgtk29 _WX_LIB_wx_2.9= wx_baseu-2.9 +# wxgtk 3.0 +_WX_PORT_wx_3.0= x11-toolkits/wxgtk30 +_WX_LIB_wx_3.0= wx_baseu-3.0 + # 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". |