aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-12-02 16:18:42 +0800
committerpav <pav@FreeBSD.org>2011-12-02 16:18:42 +0800
commitfa876ab784a1e6805cec1c3ae79942670cf57e04 (patch)
treeee97c6b256c372ef925f9ac580641af6c9e4d461
parentdd6981d5ea23af2886e705c684a7187a60599944 (diff)
downloadfreebsd-ports-gnome-fa876ab784a1e6805cec1c3ae79942670cf57e04.tar.gz
freebsd-ports-gnome-fa876ab784a1e6805cec1c3ae79942670cf57e04.tar.zst
freebsd-ports-gnome-fa876ab784a1e6805cec1c3ae79942670cf57e04.zip
- Add support for wx 2.9
- Reassign to a new maintainer PR: ports/163006 Submitted by: fjoe Feature safe: yes
-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 21219ed49f28..24260732e91d 100644
--- a/Mk/bsd.wx.mk
+++ b/Mk/bsd.wx.mk
@@ -111,7 +111,7 @@
# USE_WX_NOT= 2.4
#
-WX_Include_MAINTAINER= alepulver@FreeBSD.org
+WX_Include_MAINTAINER= fjoe@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
-_WX_VERS_UC_ALL= 2.6 2.8
+_WX_VERS_ALL= 2.4 2.6 2.8 2.9
+_WX_VERS_UC_ALL= 2.6 2.8 2.9
_WX_VERS_LISTS= WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
#
@@ -177,6 +177,10 @@ _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".