svn commit: r400414 - branches/2015Q4/audio/musicpd

Mathieu Arnold mat at FreeBSD.org
Wed Oct 28 19:41:56 UTC 2015


Author: mat
Date: Wed Oct 28 19:41:55 2015
New Revision: 400414
URL: https://svnweb.freebsd.org/changeset/ports/400414

Log:
  MFH: r400386
  
  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:
  branches/2015Q4/audio/musicpd/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/audio/musicpd/Makefile
==============================================================================
--- branches/2015Q4/audio/musicpd/Makefile	Wed Oct 28 19:36:43 2015	(r400413)
+++ branches/2015Q4/audio/musicpd/Makefile	Wed Oct 28 19:41:55 2015	(r400414)
@@ -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