diff options
author | rh <rh@pkgsrc.org> | 2002-05-26 01:22:55 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-05-26 01:22:55 +0000 |
commit | 5ac7bac9c0a528b2e68cf61c16ee78f9c10a5b54 (patch) | |
tree | 92d378c0e623ba40ac7eaa25438ef95b816d522c /audio | |
parent | b50ec5a37112ec003a83426d98589ec64907970d (diff) | |
download | pkgsrc-5ac7bac9c0a528b2e68cf61c16ee78f9c10a5b54.tar.gz |
Add and enable spiralsynth
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 6b2dc1c9720..d36cdcc5e69 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2002/05/25 06:31:54 rh Exp $ +# $NetBSD: Makefile,v 1.136 2002/05/26 01:22:55 rh Exp $ # COMMENT= Audio tools @@ -126,6 +126,7 @@ SUBDIR+= sidplay SUBDIR+= snd SUBDIR+= sox SUBDIR+= spiralloops +SUBDIR+= spiralsynth SUBDIR+= splay SUBDIR+= tfmxplay SUBDIR+= timidity |