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

(-)Makefile (-2 / +1 lines)
Lines 10-17 Link Here
10
MAINTAINER=	thomas@bsdunix.ch
10
MAINTAINER=	thomas@bsdunix.ch
11
COMMENT=	Free OpenGL billiards game
11
COMMENT=	Free OpenGL billiards game
12
12
13
BROKEN=		fails to link
14
15
LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
13
LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
16
		libfreetype.so:${PORTSDIR}/print/freetype2
14
		libfreetype.so:${PORTSDIR}/print/freetype2
17
15
Lines 47-52 Link Here
47
45
48
.if ! ${PORT_OPTIONS:MNVIDIA_BUMPREF}
46
.if ! ${PORT_OPTIONS:MNVIDIA_BUMPREF}
49
CONFIGURE_ARGS+=	--disable-nvidia
47
CONFIGURE_ARGS+=	--disable-nvidia
48
CFLAGS += -DGL_AMD_gpu_shader_int64=1 -DGLuint64EXT=uint64_t -DGLint64EXT=int64_t -UGL_VERTEX_PROGRAM_NV -DGL_NV_vertex_program=1
50
.endif
49
.endif
51
50
52
post-patch:
51
post-patch:

Return to bug 203748