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

(-)games/wesnoth/Makefile (-2 / +2 lines)
Lines 19-25 LICENSE_COMB= dual Link Here
19
LICENSE_FILE=	${WRKSRC}/COPYING
19
LICENSE_FILE=	${WRKSRC}/COPYING
20
20
21
EXTRACT_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
21
EXTRACT_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
22
BUILD_DEPENDS=	${WRKSRC}/fonts/Junicode-Regular.ttf:${PORTSDIR}/x11-fonts/junicode:extract
22
BUILD_DEPENDS=	${WRKSRC}/fonts/Junicode.ttf:${PORTSDIR}/x11-fonts/junicode:extract
23
LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-libs \
23
LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-libs \
24
		png15:${PORTSDIR}/graphics/png
24
		png15:${PORTSDIR}/graphics/png
25
25
Lines 163-169 CMAKE_ARGS+= -DDOCDIR=none Link Here
163
163
164
pre-build:
164
pre-build:
165
	${INSTALL_DATA} $$(${MAKE} -V WRKSRC \
165
	${INSTALL_DATA} $$(${MAKE} -V WRKSRC \
166
		-C ${PORTSDIR}/x11-fonts/junicode)/fonts/Junicode-Regular.ttf \
166
		-C ${PORTSDIR}/x11-fonts/junicode)/fonts/Junicode.ttf \
167
		${WRKSRC}/fonts
167
		${WRKSRC}/fonts
168
168
169
post-install:
169
post-install:

Return to bug 168958