diff options
author | wg <wg@FreeBSD.org> | 2014-07-06 02:38:03 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-07-06 02:38:03 +0800 |
commit | 5981e6c343156d9c385c595bab5148c22b3d7792 (patch) | |
tree | faaaa6936f104a2916d9e90797f8395ea95d5794 | |
parent | 56b9406e1890d318c60aee32fe8d7def6ac6d34e (diff) | |
download | freebsd-ports-gnome-5981e6c343156d9c385c595bab5148c22b3d7792.tar.gz freebsd-ports-gnome-5981e6c343156d9c385c595bab5148c22b3d7792.tar.zst freebsd-ports-gnome-5981e6c343156d9c385c595bab5148c22b3d7792.zip |
Mk/bsd.wx.mk: add wxPython 3.0 support
Approved by: portmgr (bapt)
-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". |