diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-11 08:56:42 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-11 08:56:42 +0000 |
commit | d6f334a948b7de78697f631f04a9c8f9f5daca45 (patch) | |
tree | cd4dd88ff517e33a4522c825bfd7677acb8d4231 /audio | |
parent | 0f155645a3918af25f29df21209b68f322bf9071 (diff) | |
download | ports-d6f334a948b7de78697f631f04a9c8f9f5daca45.tar.gz ports-d6f334a948b7de78697f631f04a9c8f9f5daca45.zip |
Added id3ed
Notes
Notes:
svn path=/head/; revision=19423
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 2707b17bcc4b..48676b54d7e9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.90 1999/05/29 04:59:31 steve Exp $ +# $Id: Makefile,v 1.91 1999/06/01 10:49:57 tg Exp $ # SUBDIR += amp @@ -19,6 +19,7 @@ SUBDIR += gqmpeg SUBDIR += gsm SUBDIR += icecast + SUBDIR += id3ed SUBDIR += id3ren SUBDIR += juke SUBDIR += kdemultimedia11 |