diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2009-03-27 21:56:23 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2009-03-27 21:56:23 +0800 |
commit | a9fcb4edd768f805f17286129cf9669f32af3370 (patch) | |
tree | 6b6e380378fc058df89366a65154a032e101b494 /audio/Makefile | |
parent | b29898c72e8f0126a02ba497af4f54d5766a0ea0 (diff) | |
download | freebsd-ports-gnome-a9fcb4edd768f805f17286129cf9669f32af3370.tar.gz freebsd-ports-gnome-a9fcb4edd768f805f17286129cf9669f32af3370.tar.zst freebsd-ports-gnome-a9fcb4edd768f805f17286129cf9669f32af3370.zip |
Add libmp3splt that is required for new version of audio/mp3splt port.
Submitted by: Anton Yuzhaninov <citrin at citrin.ru> via email
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 e24c6e805cd8..35dd01d300e1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -362,6 +362,7 @@ SUBDIR += libmad SUBDIR += libmikmod SUBDIR += libmodplug + SUBDIR += libmp3splt SUBDIR += libmpcdec SUBDIR += libmpd SUBDIR += libmtp |