diff options
author | will <will@FreeBSD.org> | 2000-10-28 15:19:07 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 15:19:07 +0800 |
commit | 2e3bab109c59d1ef4bc17c875f1fc0e530f9ace2 (patch) | |
tree | 40f549664073dbd652e60cd6ac06ae66175fa85c /audio/Makefile | |
parent | dc11f37ed75a35332e9b51536affe0aaed0c98e0 (diff) | |
download | freebsd-ports-gnome-2e3bab109c59d1ef4bc17c875f1fc0e530f9ace2.tar.gz freebsd-ports-gnome-2e3bab109c59d1ef4bc17c875f1fc0e530f9ace2.tar.zst freebsd-ports-gnome-2e3bab109c59d1ef4bc17c875f1fc0e530f9ace2.zip |
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 |