Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2015 19:41:55 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r400414 - branches/2015Q4/audio/musicpd
Message-ID:  <201510281941.t9SJft9t085950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510281941.t9SJft9t085950>