diff options
-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 |