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

(-)Makefile (-3 / +2 lines)
Lines 15-27 Link Here
15
15
16
LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk
16
LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk
17
17
18
USES=		gmake localbase
18
USES=		gl gmake localbase
19
USE_CXXSTD=	c++98
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
USE_SDL=	image sdl
21
USE_SDL=	image sdl
21
USE_GL=		gl glu
22
USE_GL=		gl glu
22
23
23
CXXFLAGS+=	-Wno-c++11-narrowing
24
25
PLIST_FILES=	bin/toycars \
24
PLIST_FILES=	bin/toycars \
26
		bin/toycars_track_editor \
25
		bin/toycars_track_editor \
27
		bin/toycars_vehicle_editor
26
		bin/toycars_vehicle_editor

Return to bug 232129