diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-26 22:49:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-26 22:49:14 +0000 |
commit | 4707161172c8bdb70baaf3ffc57f8681660e1752 (patch) | |
tree | 38c611281e9743cbd4e13b4553f034aacebe6db6 /audio | |
parent | 1db9caa6fe02a8f4eb58cee0ddb808e9ebbf66e4 (diff) | |
download | pkgsrc-4707161172c8bdb70baaf3ffc57f8681660e1752.tar.gz |
Add and enable SDL_sound.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index f7706d98e84..7cff9c6e6fb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.167 2003/03/24 09:00:45 wiz Exp $ +# $NetBSD: Makefile,v 1.168 2003/03/26 22:49:14 wiz Exp $ # COMMENT= Audio tools SUBDIR+= SDL-mixer +SUBDIR+= SDL_sound SUBDIR+= abcde SUBDIR+= amp SUBDIR+= arts |