View | Details | Raw Unified | Return to bug 163006
Collapse All | Expand All

(-)Mk/bsd.wx.mk (-3 / +7 lines)
Lines 111-117 Link Here
111
#	USE_WX_NOT=	2.4
111
#	USE_WX_NOT=	2.4
112
#
112
#
113
113
114
WX_Include_MAINTAINER=	alepulver@FreeBSD.org
114
WX_Include_MAINTAINER=	fjoe@FreeBSD.org
115
115
116
#
116
#
117
# Global definitions.
117
# Global definitions.
Lines 131-138 _WX_Definitions_Done= yes Link Here
131
131
132
_WX_COMPS_ALL=			wx contrib python svg
132
_WX_COMPS_ALL=			wx contrib python svg
133
_WX_DEP_TYPES_ALL=		build lib run
133
_WX_DEP_TYPES_ALL=		build lib run
134
_WX_VERS_ALL=			2.4 2.6 2.8
134
_WX_VERS_ALL=			2.4 2.6 2.8 2.9
135
_WX_VERS_UC_ALL=		2.6 2.8
135
_WX_VERS_UC_ALL=		2.6 2.8 2.9
136
_WX_VERS_LISTS=			WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
136
_WX_VERS_LISTS=			WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
137
137
138
#
138
#
Lines 177-182 _WX_FILE_python_2.8= ${PYTHON_SITELIBDIR Link Here
177
_WX_PORT_svg_2.8=		graphics/wxsvg
177
_WX_PORT_svg_2.8=		graphics/wxsvg
178
_WX_LIB_svg_2.8=		wxsvg
178
_WX_LIB_svg_2.8=		wxsvg
179
179
180
# wxgtk 2.9
181
_WX_PORT_wx_2.9=		x11-toolkits/wxgtk29
182
_WX_LIB_wx_2.9=			wx_baseu-2.9
183
180
# Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropiately.
184
# Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropiately.
181
# Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib".
185
# Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib".

Return to bug 163006