diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-06 17:39:25 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-06 17:39:25 +0000 |
commit | bafc234b6c01a8faa638f05ac8959fe532a155ae (patch) | |
tree | d804c1a4832ad0d0f2db3ee124538c23b88a6055 | |
parent | New audio port, Rosegarden, a midi musical sequencer and notation editor. (diff) |
Adding new audio port 'rosegarden', a midi sequencer and musical
notation editor.
Submitted by: Andreas Kohout
Notes
Notes:
svn path=/head/; revision=3534
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 22168e1a33d2..b4150cad5a92 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.25 1996/04/12 08:20:51 asami Exp $ +# $Id: Makefile,v 1.26 1996/07/06 09:28:34 gpalmer Exp $ # SUBDIR += gmod @@ -8,6 +8,7 @@ SUBDIR += nas SUBDIR += playmidi SUBDIR += radio + SUBDIR += rosegarden SUBDIR += rplay SUBDIR += rsynth SUBDIR += s3mod |