diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-28 07:19:07 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-28 07:19:07 +0000 |
commit | 16e7216f9055b891bb26d6e63d07991351fbf519 (patch) | |
tree | 81a047551fe11f582cf25551b66ffa2800159cce /audio/Makefile | |
parent | Add pgpdump 0.04, a pgp packet visualizer. (diff) |
Add id3lib 3.7.13, a software library for manipulating ID3v1/v1.1 and
ID3v2 tags. It is required for freeamp.
PR: 22320
Submitted by: Roman Shterenzon <roman@xpert.com>
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 75cb771ecac5..c9198754ac3b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -62,6 +62,7 @@ SUBDIR += holyshout SUBDIR += icecast SUBDIR += id3ed + SUBDIR += id3lib SUBDIR += id3ren SUBDIR += juke SUBDIR += kdemultimedia11 |