mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add missing dependency on libid3tag
PR: ports/84526 Submitted by: Nicola Vitale <nivit@email.it> Approved by: portmgr (marcus), Integral <rzinkov@gmail.com> (maintainer)
This commit is contained in:
parent
5e8ccd9a4b
commit
7de93c6124
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140777
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue