Date: Mon, 25 Aug 2014 11:05:44 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366059 - head/audio/darkice Message-ID: <201408251105.s7PB5iNg024844@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408251105.s7PB5iNg024844>