View | Details | Raw Unified | Return to bug 196735 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +8 lines)
Lines 25-36 Link Here
25
25
26
WRKSRC=		${WRKDIR}/${DISTNAME}/gtk
26
WRKSRC=		${WRKDIR}/${DISTNAME}/gtk
27
27
28
OPTIONS_DEFINE=	DEBUG OPENGL JMA NETPLAY XV XRANDR
28
OPTIONS_DEFINE=	DEBUG OPENGL JMA NETPLAY XV XRANDR PORTAUDIO
29
OPTIONS_DEFAULT=	JMA NETPLAY XV XRANDR
29
OPTIONS_DEFAULT=	JMA NETPLAY XV XRANDR
30
JMA_DESC=	Enable JMA archive decompression support
30
JMA_DESC=	Enable JMA archive decompression support
31
NETPLAY_DESC=	Enable network support
31
NETPLAY_DESC=	Enable network support
32
XV_DESC=	Enable XVideo output on GTK
32
XV_DESC=	Enable XVideo output on GTK
33
XRANDR_DESC=	Enable XRandR support on GTK
33
XRANDR_DESC=	Enable XRandR support on GTK
34
PORTAUDIO_DESC=	Enable PortAudio support
34
35
35
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
36
37
Lines 73-78 Link Here
73
CONFIGURE_ARGS+=	--without-xrandr
74
CONFIGURE_ARGS+=	--without-xrandr
74
.endif
75
.endif
75
76
77
.if ${PORT_OPTIONS:MPORTAUDIO}
78
CONFIGURE_ARGS+=	--with-portaudio
79
.else
80
CONFIGURE_ARGS+=	--without-portaudio
81
.endif
82
76
.if exists(/usr/lib/libusbhid.a)
83
.if exists(/usr/lib/libusbhid.a)
77
CONFIGURE_ARGS+=	--with-joystick
84
CONFIGURE_ARGS+=	--with-joystick
78
.else
85
.else

Return to bug 196735