- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-08-25 11:05:44 +00:00
parent 62bf364469
commit d8dc8b5860
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366059

View File

@ -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