diff options
author | heinz <heinz@pkgsrc.org> | 2009-05-29 15:51:34 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2009-05-29 15:51:34 +0000 |
commit | 0557d0eeea1e1a7fdf87ecfe4ff26cdb70ab968a (patch) | |
tree | e22c2e13f2229b60e76d977dab4aaa6c65978cf9 /audio/pulseaudio | |
parent | c5552f5f0c03237675f31680006dd1fda250a02b (diff) | |
download | pkgsrc-0557d0eeea1e1a7fdf87ecfe4ff26cdb70ab968a.tar.gz |
Make pkgsrc provide autoconf>=2.62, the minimum version required here.
See configure.ac, line 23.
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 379c55bcddf..f3d147e7d15 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/05/04 16:20:48 tron Exp $ +# $NetBSD: Makefile,v 1.23 2009/05/29 15:51:34 heinz Exp $ # NOTE: Please send a copy of any patches that are not pkgsrc-specific # to <pulseaudio-discuss@mail.0pointer.de> @@ -20,6 +20,8 @@ USE_TOOLS+= pkg-config gmake m4 msgfmt intltool perl \ autoconf automake autoreconf USE_DIRS+= xdg-1.4 +AUTOCONF_REQD= 2.62 + PKGCONFIG_OVERRIDE+= libpulse-browse.pc.in PKGCONFIG_OVERRIDE+= libpulse-mainloop-glib.pc.in PKGCONFIG_OVERRIDE+= libpulse-simple.pc.in |