diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-22 06:45:35 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-22 06:45:35 +0000 |
| commit | 885d88057236943a7224b3af2222e7d28da91e3b (patch) | |
| tree | 8cb8c44c04e8a98b60488f5e62410d3c4941d2b5 | |
| parent | - Update to 2.0.13 (diff) | |
- Add missing dependency when ID3TAG knob is on
PR: ports/111795
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
Approved by: Mark Daniel Reidel <ports at mark.reidel.info> (maintainer, implicit)
Notes
Notes:
svn path=/head/; revision=194040
| -rw-r--r-- | audio/musicpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index eb32003f9d19..c9af8069ef9f 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -84,6 +84,7 @@ USE_ICONV= yes .endif .ifdef(WITH_ID3TAG) +LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag CONFIGURE_ARGS+=--enable-mpd-id3tag .endif |
