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

(-)Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
		libpng.so:graphics/png \
16
		libpng.so:graphics/png \
17
		libcurl.so:ftp/curl
17
		libcurl.so:ftp/curl
18
18
19
USES=		autoreconf pkgconfig:build tar:xz
19
USES=		autoreconf compiler:c++11-lang pkgconfig:build tar:xz
20
USE_XORG=	x11
20
USE_XORG=	x11
21
USE_SDL=	sdl2 gfx2 image2 mixer2 net2 ttf2
21
USE_SDL=	sdl2 gfx2 image2 mixer2 net2 ttf2
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
Lines 28-33 Link Here
28
OPTIONS_SUB=		yes
28
OPTIONS_SUB=		yes
29
29
30
OPENGL_CONFIGURE_WITH=	opengl
30
OPENGL_CONFIGURE_WITH=	opengl
31
OPENGL_USES=		gl
31
OPENGL_USE=		GL=gl
32
OPENGL_USE=		GL=gl
32
33
33
NLS_USES=		gettext
34
NLS_USES=		gettext

Return to bug 231988