diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-05 02:17:16 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-05 02:17:16 +0000 |
commit | 7de93c6124c729795f18a2c84959ae90249fe63c (patch) | |
tree | 7d6b7ab7a484e0851e970f4667deeb3713144ccd /audio/moc | |
parent | 5e8ccd9a4b57293457f5d5cf8d491de17a0a76ba (diff) | |
download | ports-7de93c6124c729795f18a2c84959ae90249fe63c.tar.gz ports-7de93c6124c729795f18a2c84959ae90249fe63c.zip |
Notes
Diffstat (limited to 'audio/moc')
-rw-r--r-- | audio/moc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile index d2c28eb720ee..14180d76524a 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -48,7 +48,8 @@ CONFIGURE_ARGS+= --without-jack .endif .if defined(WITH_MP3) -LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad +LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad \ + id3tag.2:${PORTSDIR}/audio/libid3tag PLIST_FILES+= lib/moc/decoder_plugins/libmp3_decoder.so .else CONFIGURE_ARGS+= --without-mp3 |