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

(-)Makefile (-3 / +1 lines)
Lines 12-25 Link Here
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
BROKEN_powerpc64=	fails to link: langen-langen.o: relocation truncated to fit: R_PPC64_TOC16_DS
16
17
LIB_DEPENDS=	libpng.so:graphics/png
15
LIB_DEPENDS=	libpng.so:graphics/png
18
16
19
USE_GITHUB=	yes
17
USE_GITHUB=	yes
20
GH_ACCOUNT=	zenorogue
18
GH_ACCOUNT=	zenorogue
21
19
22
USES=		autoreconf gl localbase
20
USES=		autoreconf compiler:c++11-lang gl localbase sdl
23
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
24
USE_SDL=	sdl mixer gfx ttf
22
USE_SDL=	sdl mixer gfx ttf
25
USE_GL=		gl glew
23
USE_GL=		gl glew

Return to bug 237100