svn commit: r366059 - head/audio/darkice
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 25 11:05:44 UTC 2014
Author: amdmi3
Date: Mon Aug 25 11:05:44 2014
New Revision: 366059
URL: http://svnweb.freebsd.org/changeset/ports/366059
QAT: https://qat.redports.org/buildarchive/r366059/
Log:
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
Modified:
head/audio/darkice/Makefile
Modified: head/audio/darkice/Makefile
==============================================================================
--- head/audio/darkice/Makefile Mon Aug 25 11:05:37 2014 (r366058)
+++ head/audio/darkice/Makefile Mon Aug 25 11:05:44 2014 (r366059)
@@ -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
More information about the svn-ports-all
mailing list