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 | 61d19b7ca734a201886009f382128a1a20e79c29 (patch) | |
tree | e22c2e13f2229b60e76d977dab4aaa6c65978cf9 /audio | |
parent | 9271539fd0cbd8250f207d90af759ebe34e85717 (diff) | |
download | pkgsrc-61d19b7ca734a201886009f382128a1a20e79c29.tar.gz |
Make pkgsrc provide autoconf>=2.62, the minimum version required here.
See configure.ac, line 23.
Diffstat (limited to 'audio')
-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 |