diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-07 01:39:25 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-07 01:39:25 +0800 |
commit | af29b93277cc327d8069fffaa6af8e79cbe307fc (patch) | |
tree | 78aa3c95c3f1c2bc934f6846fcc6862e8aac91e4 /audio | |
parent | e031b5431ed18ee4293ace7d09d2862a2d5de310 (diff) | |
download | freebsd-ports-gnome-af29b93277cc327d8069fffaa6af8e79cbe307fc.tar.gz freebsd-ports-gnome-af29b93277cc327d8069fffaa6af8e79cbe307fc.tar.zst freebsd-ports-gnome-af29b93277cc327d8069fffaa6af8e79cbe307fc.zip |
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 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 |