svn commit: r405454 - head/audio/chromaprint
Jason E. Hale
jhale at FreeBSD.org
Thu Jan 7 15:11:21 UTC 2016
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>
More information about the svn-ports-all
mailing list