diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:53:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:53:35 +0000 |
commit | 09a283f583f4705d0a9f8f3183509f03002a4182 (patch) | |
tree | 1406bb70fef16e443e1aa5e634e55d97064b2b29 /audio | |
parent | 95bd0a5ec0f9b68084ff69b321f9f5d6521d95c4 (diff) | |
download | freebsd-ports-09a283f583f4705d0a9f8f3183509f03002a4182.zip |
Add the juke, kmp3, and ripit ports.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index aeab6f11a7c7..0791b1fb2fc1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.84 1999/04/21 23:29:47 fenner Exp $ +# $Id: Makefile,v 1.85 1999/04/27 13:44:40 taoka Exp $ # SUBDIR += amp @@ -22,7 +22,9 @@ SUBDIR += kdemultimedia SUBDIR += kdemultimedia11 SUBDIR += kmikmod + SUBDIR += kmp3 SUBDIR += kmpg + SUBDIR += juke SUBDIR += lamer SUBDIR += libaudiofile SUBDIR += linux-realplayer @@ -42,6 +44,7 @@ SUBDIR += replay SUBDIR += rio SUBDIR += ripenc + SUBDIR += ripit SUBDIR += rosegarden SUBDIR += rplay SUBDIR += rsynth |