summaryrefslogtreecommitdiff
path: root/audio/flac
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-07 04:56:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-07 04:56:15 +0000
commit17743c66c1d99a368f2cabd99ac6e55bd3c3a2ee (patch)
treef5d4089be347fbd930d9254c4259bb68549ba724 /audio/flac
parentfix build (diff)
Update of audio/id3lib to 3.8.2
PR: several Submitted by: Roman Shterenzon <roman@xpert.com> and others
Notes
Notes: svn path=/head/; revision=72672
Diffstat (limited to 'audio/flac')
-rw-r--r--audio/flac/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index e6c7bbd2f058..c7c430743d4e 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=""