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

(-)Makefile (-1 / +2 lines)
Lines 23-29 Link Here
23
GH_PROJECT=	ValyriaTear
23
GH_PROJECT=	ValyriaTear
24
GH_TAGNAME=	${PORTVERSION}-gcc5 # contains relevant tolua++ fixes
24
GH_TAGNAME=	${PORTVERSION}-gcc5 # contains relevant tolua++ fixes
25
25
26
USES=		alias cmake gettext-tools iconv lua:51 openal
26
USES=		alias cmake compiler:c++11-lang gettext-tools gl iconv lua:51 \
27
		openal sdl
27
CMAKE_ARGS=	-DUSE_PCH_COMPILATION=OFF
28
CMAKE_ARGS=	-DUSE_PCH_COMPILATION=OFF
28
USE_SDL=	sdl image ttf
29
USE_SDL=	sdl image ttf
29
USE_GL=		gl glu
30
USE_GL=		gl glu

Return to bug 237143