diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-23 11:53:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-23 11:53:37 +0000 |
commit | 92d2e554036705ec35fa3d16f35b3b0ad497ff27 (patch) | |
tree | 5751f80b04c40337dc007ae329d52592bb4ccd8b | |
parent | 9654b0721b57373b5d05c33e6ae8c3fa0a8c4b4f (diff) | |
download | pkgsrc-92d2e554036705ec35fa3d16f35b3b0ad497ff27.tar.gz |
Add and enable libsndfile (hi dillo!)
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index d5ed29e65cf..4a03d14c501 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.147 2002/07/08 02:50:48 wiz Exp $ +# $NetBSD: Makefile,v 1.148 2002/08/23 11:53:37 wiz Exp $ # COMMENT= Audio tools @@ -86,6 +86,7 @@ SUBDIR+= libcdaudio SUBDIR+= libmikmod SUBDIR+= libogg SUBDIR+= libsidplay +SUBDIR+= libsndfile SUBDIR+= libvorbis SUBDIR+= liveice SUBDIR+= mad |