View | Details | Raw Unified | Return to bug 228904 | Differences between
and this patch

Collapse All | Expand All

(-)w/Mk/bsd.wx.mk (-4 / +9 lines)
Lines 111-118 _WX_Definitions_Done= yes Link Here
111
111
112
_WX_COMPS_ALL=		wx contrib python
112
_WX_COMPS_ALL=		wx contrib python
113
_WX_DEP_TYPES_ALL=	build lib run
113
_WX_DEP_TYPES_ALL=	build lib run
114
_WX_VERS_ALL=		2.8 3.0
114
_WX_VERS_ALL=		2.8 3.0 3.1
115
_WX_VERS_UC_ALL=	2.8 3.0
115
_WX_VERS_UC_ALL=	2.8 3.0 3.1
116
_WX_VERS_SKIP=		3.0
116
_WX_VERS_SKIP=		3.0
117
_WX_VERS_LISTS=		WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
117
_WX_VERS_LISTS=		WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
118
118
Lines 142-147 _WX_LIB_wx_3.0= wx_baseu-3.0 Link Here
142
_WX_PORT_python_3.0=	x11-toolkits/py-wxPython30
142
_WX_PORT_python_3.0=	x11-toolkits/py-wxPython30
143
_WX_FILE_python_3.0=	${PYTHON_SITELIBDIR}/wx-3.0-gtk2/wx/__init__.py
143
_WX_FILE_python_3.0=	${PYTHON_SITELIBDIR}/wx-3.0-gtk2/wx/__init__.py
144
144
145
# wxgtk 3.1
146
_WX_PORT_wx_3.1=	x11-toolkits/wxgtk31
147
_WX_LIB_wx_3.1=		wx_baseu-3.1
148
145
# Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropiately.
149
# Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropiately.
146
# Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib".
150
# Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib".
147
151
Lines 405-412 _WX_VER= ${ver} Link Here
405
# Set variables.
409
# Set variables.
406
#
410
#
407
411
408
WX_CONFIG?=		${LOCALBASE}/bin/wxgtk2${_WX_UC}-${_WX_VER}-config
412
WX_FLAVOR?=		gtk2
409
WXRC_CMD?=		${LOCALBASE}/bin/wxrc-gtk2${_WX_UC}-${_WX_VER}
413
WX_CONFIG?=		${LOCALBASE}/bin/wx${WX_FLAVOR}${_WX_UC}-${_WX_VER}-config
414
WXRC_CMD?=		${LOCALBASE}/bin/wxrc-${WX_FLAVOR}${_WX_UC}-${_WX_VER}
410
WX_VERSION?=		${_WX_VER}
415
WX_VERSION?=		${_WX_VER}
411
416
412
.endif		# _WX_Need_Version
417
.endif		# _WX_Need_Version

Return to bug 228904