diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-14 00:35:47 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-14 00:35:47 +0800 |
commit | 801ef2a98d88828c8ee13eca990c371b3b10dfbb (patch) | |
tree | 69cab3271273f1ca6d30aaa6c754d4cf6159951b /Mk/bsd.wx.mk | |
parent | c2412ebdd1a3f1739863cbabf8628c1486316ff7 (diff) | |
download | freebsd-ports-gnome-801ef2a98d88828c8ee13eca990c371b3b10dfbb.tar.gz freebsd-ports-gnome-801ef2a98d88828c8ee13eca990c371b3b10dfbb.tar.zst freebsd-ports-gnome-801ef2a98d88828c8ee13eca990c371b3b10dfbb.zip |
Remove wxmozilla option as it depends on a port that expired in January.
Diffstat (limited to 'Mk/bsd.wx.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 e393f0fd9fa5..d2f9ba6364f3 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. -# mozilla - WxMozilla (only for 2.4). # svg - WxSVG (only for 2.6). # The available dependency types are: # build - Requires component for building. @@ -130,7 +129,7 @@ _WX_Definitions_Done= yes # _WX_VERS_LISTS - Reverse lists preference order. # -_WX_COMPS_ALL= wx contrib python mozilla svg +_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 @@ -155,9 +154,6 @@ _WX_LIB_contrib_2.4= wx_gtk2_canvas-2.4 _WX_PORT_python_2.4= x11-toolkits/py-wxPython24 _WX_FILE_python_2.4= ${PYTHON_SITELIBDIR}/wx/__init__.py -_WX_PORT_mozilla_2.4= x11-toolkits/wxmozilla -_WX_LIB_mozilla_2.4= wxmozilla_gtk2-2.4 - # wxgtk 2.6 _WX_PORT_wx_2.6= x11-toolkits/wxgtk26${_WX_UCL} _WX_LIB_wx_2.6= wx_base${_WX_UC}-2.6 |