summaryrefslogtreecommitdiff
path: root/audio/chromaprint
diff options
context:
space:
mode:
authorwiz <wiz>2014-04-27 16:29:39 +0000
committerwiz <wiz>2014-04-27 16:29:39 +0000
commitdadd7a8e350c7e6bac8aff61ffab414740f6472b (patch)
treee71204da5d9c4f8022658ce6354a09271651938f /audio/chromaprint
parentd9630129250ace3c1ba92aee04ba3d7179648a34 (diff)
downloadpkgsrc-dadd7a8e350c7e6bac8aff61ffab414740f6472b.tar.gz
Fix pkg-config file. Ride update.
Diffstat (limited to 'audio/chromaprint')
-rw-r--r--audio/chromaprint/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile
index 4f566b7b6ee..daa76d7c934 100644
--- a/audio/chromaprint/Makefile
+++ b/audio/chromaprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/04/27 16:27:09 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/04/27 16:29:39 wiz Exp $
DISTNAME= chromaprint-1.1
CATEGORIES= audio
@@ -14,5 +14,7 @@ USE_CMAKE= yes
# build and install "fpcalc"
CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=on
+PKGCONFIG_OVERRIDE= libchromaprint.pc.cmake
+
.include "../../multimedia/ffmpeg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"