Date: Thu, 7 Jan 2016 15:11:20 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405454 - head/audio/chromaprint Message-ID: <201601071511.u07FBK6M031727@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Thu Jan 7 15:11:19 2016 New Revision: 405454 URL: https://svnweb.freebsd.org/changeset/ports/405454 Log: Use pathfix Modified: head/audio/chromaprint/Makefile Modified: head/audio/chromaprint/Makefile ============================================================================== --- head/audio/chromaprint/Makefile Thu Jan 7 15:09:53 2016 (r405453) +++ head/audio/chromaprint/Makefile Thu Jan 7 15:11:19 2016 (r405454) @@ -12,14 +12,10 @@ LICENSE= LGPL21 LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg -USES= cmake:outsource +USES= cmake:outsource pathfix USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=ON \ -DWITH_AVFFT:BOOL=ON \ -post-patch: - ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ - ${WRKSRC}/CMakeLists.txt - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601071511.u07FBK6M031727>