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

Collapse All | Expand All

(-)b/games/xmoto/Makefile (-6 / +5 lines)
Lines 21-26 USE_GNOME= libxml2 Link Here
21
USE_SDL=	sdl2 mixer2 ttf2 net2
21
USE_SDL=	sdl2 mixer2 ttf2 net2
22
USE_GL=		gl glu
22
USE_GL=		gl glu
23
23
24
# ensure bundled depends are not used
25
EXTRACT_AFTER_ARGS=	--exclude vendor/bzip2 \
26
			--exclude vendor/lua \
27
			--exclude vendor/xdgbasedir
28
24
PORTDOCS=	README.md ChangeLog
29
PORTDOCS=	README.md ChangeLog
25
PORTDATA=	*
30
PORTDATA=	*
26
31
Lines 35-46 ASIAN_TTF_RUN_DEPENDS= ${ASIAN_FONT_PATH}:chinese/arphicttf Link Here
35
NLS_USES=	gettext
40
NLS_USES=	gettext
36
NLS_CMAKE_BOOL=	USE_GETTEXT
41
NLS_CMAKE_BOOL=	USE_GETTEXT
37
42
38
# ensure bundled depends are not used
39
post-extract:
40
.for d in bzip2 lua xdgbasedir
41
	@${RM} -r ${WRKSRC}/vendor/${d}
42
.endfor
43
44
post-patch:
43
post-patch:
45
	@${REINPLACE_CMD} \
44
	@${REINPLACE_CMD} \
46
		-e "s|find_package(Lua|& ${LUA_VER} REQUIRED EXACT|" \
45
		-e "s|find_package(Lua|& ${LUA_VER} REQUIRED EXACT|" \

Return to bug 278753