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

(-)Makefile.options (-1 / +1 lines)
Lines 189-195 Link Here
189
.endif
189
.endif
190
190
191
.if defined(WITH_OPENAL)
191
.if defined(WITH_OPENAL)
192
LIB_DEPENDS+=	openal.0:${PORTSDIR}/audio/openal
192
LIB_DEPENDS+=	openal.1:${PORTSDIR}/audio/openal-soft
193
.else
193
.else
194
CONFIGURE_ARGS+=	--disable-openal
194
CONFIGURE_ARGS+=	--disable-openal
195
.endif
195
.endif

Return to bug 143829