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

(-)rdesktop/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
25
25
26
.if exists(${LOCALBASE}/lib/libao.so) || defined(WITH_LIBAO)
26
.if exists(${LOCALBASE}/lib/libao.so) || defined(WITH_LIBAO)
27
LIB_DEPENDS+=	ao.3:${PORTSDIR}/audio/libao
27
LIB_DEPENDS+=	ao.4:${PORTSDIR}/audio/libao
28
.endif
28
.endif
29
29
30
.if exists(${LOCALBASE}/lib/libsamplerate.so) || defined(WITH_LIBSAMPLERATE)
30
.if exists(${LOCALBASE}/lib/libsamplerate.so) || defined(WITH_LIBSAMPLERATE)

Return to bug 151599