diff options
author | obache <obache@pkgsrc.org> | 2010-06-15 16:25:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-06-15 16:25:42 +0000 |
commit | 32333bc270668c985a6a58d0bdd71a59bda28532 (patch) | |
tree | a41588373bdb8952ff1c65334f3b015589f07437 | |
parent | ca23c36a8eb435054d8415001d7614840ce3ed5a (diff) | |
download | pkgsrc-32333bc270668c985a6a58d0bdd71a59bda28532.tar.gz |
require libsndfile>=1.0.20.
-rw-r--r-- | audio/pulseaudio/Makefile | 3 |
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" |