diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 23:53:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 23:53:25 +0800 |
commit | 3c9cc15c98897e1c71a97ea3c5824349d87c1e03 (patch) | |
tree | d2c94b138b7d4de1d63c0990f2e505a4f08de2ac /Mk | |
parent | d38918c2a7ec7f5717bf03b3c42662ea1b9c8aac (diff) | |
download | freebsd-ports-gnome-3c9cc15c98897e1c71a97ea3c5824349d87c1e03.tar.gz freebsd-ports-gnome-3c9cc15c98897e1c71a97ea3c5824349d87c1e03.tar.zst freebsd-ports-gnome-3c9cc15c98897e1c71a97ea3c5824349d87c1e03.zip |
Convert wxsvg to use wxGTK 3.0
Remove the component part from bsd.wx.mk as only dvdstyler uses it
Make dvdstyle use wxGTK 3.0
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.wx.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Mk/bsd.wx.mk b/Mk/bsd.wx.mk index b5d17d8b95cf..7e5cf664a133 100644 --- a/Mk/bsd.wx.mk +++ b/Mk/bsd.wx.mk @@ -35,7 +35,6 @@ # wx - The wxWidgets library. # contrib - The wxWidgets contributed libraries. # python - The wxWidgets API for Python. -# svg - WxSVG (only for 2.8). # The available dependency types are: # build - Requires component for building. # lib - Requires component for building and running. @@ -129,7 +128,7 @@ _WX_Definitions_Done= yes # _WX_VERS_LISTS - Reverse lists preference order. # -_WX_COMPS_ALL= wx contrib python svg +_WX_COMPS_ALL= wx contrib python _WX_DEP_TYPES_ALL= build lib run _WX_VERS_ALL= 2.8 3.0 _WX_VERS_UC_ALL= 2.8 3.0 @@ -155,9 +154,6 @@ _WX_LIB_contrib_2.8= wx_gtk2${_WX_UC}_fl-2.8 _WX_PORT_python_2.8= x11-toolkits/py-wxPython28${_WX_UCL} _WX_FILE_python_2.8= ${PYTHON_SITELIBDIR}/wx-2.8-gtk2${_WX_PYSUFX}/wx/__init__.py -_WX_PORT_svg_2.8= graphics/wxsvg -_WX_LIB_svg_2.8= wxsvg - # wxgtk 3.0 _WX_PORT_wx_3.0= x11-toolkits/wxgtk30 _WX_LIB_wx_3.0= wx_baseu-3.0 |