diff options
author | bapt <bapt@FreeBSD.org> | 2019-02-26 17:33:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-02-26 17:33:24 +0800 |
commit | c9210995935e0450503f91f6be3ee5bf2429cf60 (patch) | |
tree | 8c457056e7a8dfa992defa9e87e21b4a13588d2d /Mk | |
parent | 0e68f1d6ecb1e1f08579a531dc2c6422bb6d1a70 (diff) | |
download | freebsd-ports-gnome-c9210995935e0450503f91f6be3ee5bf2429cf60.tar.gz freebsd-ports-gnome-c9210995935e0450503f91f6be3ee5bf2429cf60.tar.zst freebsd-ports-gnome-c9210995935e0450503f91f6be3ee5bf2429cf60.zip |
Finish properly registring properly wxGTK 3.1 into the framework
PR: 236045
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.wx.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.wx.mk b/Mk/bsd.wx.mk index 3b39c591f7b8..a9dfa9f02edf 100644 --- a/Mk/bsd.wx.mk +++ b/Mk/bsd.wx.mk @@ -142,6 +142,10 @@ _WX_LIB_wx_3.0= wx_baseu-3.0 _WX_PORT_python_3.0= x11-toolkits/py-wxPython30 _WX_FILE_python_3.0= ${PYTHON_SITELIBDIR}/wx-3.0-gtk3/wx/__init__.py +# wxgtk 3.1 +_WX_PORT_wx_3.1= x11-toolkits/wxgtk31 +_WX_LIB_wx_3.0= wx_baseu-3.1 + # 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". |