diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-10-20 14:55:06 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-10-20 14:55:06 +0000 |
commit | bb82e50cd61e3cc4ab0a5db31d54743732576342 (patch) | |
tree | cf539c5fc6d7bf33ecce6325b70ffd81c4eca092 /audio/Makefile | |
parent | a3d0f27771d025fa68d01cf5c3e017311dffbc3c (diff) |
New port: id3v2, a command line id3v2 tag editor
PR: ports/31207
Submitted by: David MacKenzie <djm@pix.net>
Notes
Notes:
svn path=/head/; revision=48999
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index cbf2fbd1f26e..110cb224124b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -84,6 +84,7 @@ SUBDIR += id3lib SUBDIR += id3ren SUBDIR += id3tool + SUBDIR += id3v2 SUBDIR += juke SUBDIR += kdemultimedia2 SUBDIR += khordpro |