aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.wx.mk
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-22 13:46:41 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-22 13:46:41 +0000
commit918900a7459f6b3b03331e5f853c09994c017e39 (patch)
tree68aee99042f0bd6c62faceb028d4be92ae239fb6 /Mk/bsd.wx.mk
parentda2f0aff09ea060c5da109f2bea55ff6fc8b3003 (diff)
downloadports-918900a7459f6b3b03331e5f853c09994c017e39.tar.gz
ports-918900a7459f6b3b03331e5f853c09994c017e39.zip
New port: x11-toolkits/wxgtk30 -- Series 3.0 of the wxWidgets toolkit
PR: 181329 (based on) Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Notes
Notes: svn path=/head/; revision=340709
Diffstat (limited to 'Mk/bsd.wx.mk')
-rw-r--r--Mk/bsd.wx.mk10
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".