diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-06 17:39:25 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-06 17:39:25 +0000 |
commit | af29b93277cc327d8069fffaa6af8e79cbe307fc (patch) | |
tree | 78aa3c95c3f1c2bc934f6846fcc6862e8aac91e4 /audio | |
parent | e031b5431ed18ee4293ace7d09d2862a2d5de310 (diff) | |
download | FreeBSD-ports-af29b93277cc327d8069fffaa6af8e79cbe307fc.zip FreeBSD-ports-af29b93277cc327d8069fffaa6af8e79cbe307fc.tar.gz |
Adding new audio port 'rosegarden', a midi sequencer and musical
notation editor.
Submitted by: Andreas Kohout
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 22168e1..b4150ca 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 |