diff options
author | jmcneill <jmcneill> | 2008-12-18 16:36:11 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2008-12-18 16:36:11 +0000 |
commit | e2ea9ad84d8677030328413fe5880e7a7bc524c3 (patch) | |
tree | 0edce7873646ffda43a26c08e63014ffcbb7c2ed /audio/libao/Makefile.common | |
parent | 6af1ee7eee8f9f752380a8faecb14a30167edd6a (diff) | |
download | pkgsrc-e2ea9ad84d8677030328413fe5880e7a7bc524c3.tar.gz |
polypaudio option is now pulseaudio, and note libao-pulse package in
MESSAGE.common
Diffstat (limited to 'audio/libao/Makefile.common')
-rw-r--r-- | audio/libao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common index 49d7784d386..aeb2487f32c 100644 --- a/audio/libao/Makefile.common +++ b/audio/libao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2008/11/02 13:22:12 obache Exp $ +# $NetBSD: Makefile.common,v 1.31 2008/12/18 16:36:11 jmcneill Exp $ # used by audio/libao-arts/Makefile # used by audio/libao-esound/Makefile # used by audio/libao-macosx/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --disable-alsa09 CONFIGURE_ARGS+= --disable-arts CONFIGURE_ARGS+= --disable-esd CONFIGURE_ARGS+= --disable-nas -CONFIGURE_ARGS+= --disable-polyp +CONFIGURE_ARGS+= --disable-pulse CONFIGURE_ARGS+= ENABLE_AIX_AUDIO=no CONFIGURE_ARGS+= ENABLE_IRIX=no CONFIGURE_ARGS+= ENABLE_OSS=no |