diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-07 12:56:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-07 12:56:15 +0800 |
commit | 00cd0d70cbab82ad1f3479c62dfaa8d05a9b7166 (patch) | |
tree | 14980a7c98981d99af975fed419fa87b30d6c8b9 /audio/flac/Makefile | |
parent | 8be36dff87e3267cc5edd6b7d5a632c71a08d163 (diff) | |
download | freebsd-ports-graphics-00cd0d70cbab82ad1f3479c62dfaa8d05a9b7166.tar.gz freebsd-ports-graphics-00cd0d70cbab82ad1f3479c62dfaa8d05a9b7166.tar.zst freebsd-ports-graphics-00cd0d70cbab82ad1f3479c62dfaa8d05a9b7166.zip |
Update of audio/id3lib to 3.8.2
PR: several
Submitted by: Roman Shterenzon <roman@xpert.com> and others
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r-- | audio/flac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index e6c7bbd2f05..c7c430743d4 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ .if defined(WITH_XMMS) # id3lib is only used by the XMMS plugin BUILD_DEPENDS+= xmms-config:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS+= id3-3.7.13:${PORTSDIR}/audio/id3lib \ +LIB_DEPENDS+= id3-3.8.2:${PORTSDIR}/audio/id3lib \ xmms.3:${PORTSDIR}/multimedia/xmms CONFIGURE_ARGS+=--with-id3lib="${LOCALBASE}" PLIST_SUB= XMMS="" |