diff options
-rw-r--r-- | audio/musicpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 87b484abe6b1..23c8486f6e8d 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -15,7 +15,8 @@ USES= gmake pkgconfig compiler:c++11-lib tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 -LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \ + libicudata.so:${PORTSDIR}/devel/icu USE_RC_SUBR= ${PORTNAME} CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar |