summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorobache <obache>2010-06-15 16:25:42 +0000
committerobache <obache>2010-06-15 16:25:42 +0000
commitcab5e21deef0b5a5a7ee5cd7d60a022310f18779 (patch)
treea41588373bdb8952ff1c65334f3b015589f07437 /audio
parent588e79585a2bda87dba22acca339d335a0f5fcaa (diff)
downloadpkgsrc-cab5e21deef0b5a5a7ee5cd7d60a022310f18779.tar.gz
require libsndfile>=1.0.20.
Diffstat (limited to 'audio')
-rw-r--r--audio/pulseaudio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index d272741c71f..6aeb13a914a 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2010/06/08 08:28:43 dholland Exp $
+# $NetBSD: Makefile,v 1.37 2010/06/15 16:25:42 obache Exp $
# NOTE: Please send a copy of any patches that are not pkgsrc-specific
# to <pulseaudio-discuss@mail.0pointer.de>
@@ -110,6 +110,7 @@ pre-configure:
cd ${WRKSRC} && autoreconf -f
.include "../../audio/libsamplerate/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libsndfile+= libsndfile>=1.0.20
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../audio/speex/buildlink3.mk"
.include "../../databases/gdbm/buildlink3.mk"