diff options
-rw-r--r-- | Mk/bsd.wx.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.wx.mk b/Mk/bsd.wx.mk index f4ee0c80c21a..9843514c5f92 100644 --- a/Mk/bsd.wx.mk +++ b/Mk/bsd.wx.mk @@ -153,6 +153,9 @@ _WX_FILE_python_2.8= ${PYTHON_SITELIBDIR}/wx-2.8-gtk2${_WX_PYSUFX}/wx/__init__.p _WX_PORT_wx_3.0= x11-toolkits/wxgtk30 _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-gtk2/wx/__init__.py + # 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". |