diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-12-28 06:09:43 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-12-28 06:09:43 +0000 |
commit | 0ce8b13a0b3f7978393607ca13da3a4f03f8c401 (patch) | |
tree | 66263dd02f8e5573417c9e4a12f0722cf0915e60 /audio | |
parent | 4e5c0e9503d0eb8ba267ad43fcc8adc4e3ab0456 (diff) | |
download | pkgsrc-0ce8b13a0b3f7978393607ca13da3a4f03f8c401.tar.gz |
Belatedly add and enable solfege. (Hi schmonz!)
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 6c839dab26d..e9e38c90707 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.295 2005/12/09 17:22:02 salo Exp $ +# $NetBSD: Makefile,v 1.296 2005/12/28 06:09:43 schmonz Exp $ # COMMENT= Audio tools @@ -223,6 +223,7 @@ SUBDIR+= rsynth SUBDIR+= shorten SUBDIR+= sidplay SUBDIR+= snd +SUBDIR+= solfege SUBDIR+= sox SUBDIR+= speex SUBDIR+= spiralloops |