diff options
author | snj <snj@pkgsrc.org> | 2015-02-06 07:20:14 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2015-02-06 07:20:14 +0000 |
commit | ca8c1bb66e99ed22288d752b02007eb9bbd41a04 (patch) | |
tree | 70f6ea087d7b3357b9063c2ed78870d88c0038ef /audio/pulseaudio | |
parent | eadc05ade4db26a9875fa86d2d21975fbd4fd57f (diff) | |
download | pkgsrc-ca8c1bb66e99ed22288d752b02007eb9bbd41a04.tar.gz |
pulseaudio wants speexdsp, not just speex. bump PKGREVISION.
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 4cdf8636248..d290a1623fd 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2015/01/27 04:04:50 dbj Exp $ +# $NetBSD: Makefile,v 1.94 2015/02/06 07:20:14 snj Exp $ DISTNAME= pulseaudio-5.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ EXTRACT_SUFX= .tar.xz @@ -114,7 +114,7 @@ pre-configure: .endif .include "../../audio/libsamplerate/buildlink3.mk" .include "../../audio/libsndfile/buildlink3.mk" -.include "../../audio/speex/buildlink3.mk" +.include "../../audio/speexdsp/buildlink3.mk" .include "../../databases/gdbm/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libltdl/buildlink3.mk" |