From d8dc8b5860d79c3f25ad7bb302419c1527063d48 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 25 Aug 2014 11:05:44 +0000 Subject: [PATCH] - Use new LIB_DEPENDS syntax Approved by: portmgr blanket --- audio/darkice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 9cbaf023891a..44070b77c0cf 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -81,7 +81,7 @@ CONFIGURE_ARGS+= --without-faac .if ${PORT_OPTIONS:MAACPLUS} LIB_DEPENDS+= libaacplus.so:${PORTSDIR}/audio/libaacplus \ - samplerate:${PORTSDIR}/audio/libsamplerate + libsamplerate.so:${PORTSDIR}/audio/libsamplerate CONFIGURE_ARGS+= --with-aacplus-prefix=${LOCALBASE} \ --with-samplerate-prefix=${LOCALBASE} .else