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 /audio/musicpd | |
parent | 0ca57585c5a11720052838893b0dcb52e33d1962 (diff) | |
download | ports-885d88057236943a7224b3af2222e7d28da91e3b.tar.gz ports-885d88057236943a7224b3af2222e7d28da91e3b.zip |
Notes
Diffstat (limited to 'audio/musicpd')
-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 |