svn commit: r400386 - head/audio/musicpd

Mathieu Arnold mat at FreeBSD.org
Wed Oct 28 12:57:38 UTC 2015


Author: mat
Date: Wed Oct 28 12:57:37 2015
New Revision: 400386
URL: https://svnweb.freebsd.org/changeset/ports/400386

Log:
  Add a dependency on devel/icu to fix the build if boost-libs is built
  without it.
  
  PR:		204079
  Submitted by:	Tony Morlan
  Sponsored by:	Absolight

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Wed Oct 28 12:57:32 2015	(r400385)
+++ head/audio/musicpd/Makefile	Wed Oct 28 12:57:37 2015	(r400386)
@@ -15,7 +15,8 @@ USES=		gmake pkgconfig compiler:c++11-li
 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


More information about the svn-ports-all mailing list