diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-06-17 13:10:09 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-06-17 13:10:09 +0000 |
commit | 255216a6074802274d056c493af574010d34ef81 (patch) | |
tree | bb3ffb8cce1417907c8af8a0d705d608c73929c5 /audio/pulseaudio | |
parent | 1f765acf9b22a4840e949015ecaee375c967cc39 (diff) | |
download | pkgsrc-255216a6074802274d056c493af574010d34ef81.tar.gz |
Fix PR pkg/48894
Pulseaudio 5.0 requires libtool 2.4 or later.
Set LIBTOOL_REQD. Thank you, joerg@.
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 437eb390558..b527822af4d 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2014/06/10 23:50:49 dsainty Exp $ +# $NetBSD: Makefile,v 1.89 2014/06/17 13:10:09 ryoon Exp $ DISTNAME= pulseaudio-5.0 CATEGORIES= audio @@ -10,6 +10,8 @@ HOMEPAGE= http://www.freedesktop.org/wiki/Software/PulseAudio COMMENT= Sound server for POSIX and Win32 systems LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 +LIBTOOL_REQD= 2.4 + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= aclocal autoheader autoconf automake gmake gm4 intltool msgfmt pkg-config |