Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2016 12:51:32 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417155 - head/irc/znc
Message-ID:  <201606201251.u5KCpWYC016271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Jun 20 12:51:32 2016
New Revision: 417155
URL: https://svnweb.freebsd.org/changeset/ports/417155

Log:
  irc/znc: avoid depending on a particular ICU version
  
  PR:		209855
  Submitted by:	gahr
  Approved by:	maintainer (timeout)

Modified:
  head/irc/znc/Makefile

Modified: head/irc/znc/Makefile
==============================================================================
--- head/irc/znc/Makefile	Mon Jun 20 12:40:11 2016	(r417154)
+++ head/irc/znc/Makefile	Mon Jun 20 12:51:32 2016	(r417155)
@@ -29,8 +29,7 @@ PYTHON_DESC=	Python scripting module
 TCL_DESC=	Tcl scripting module
 
 CHARSET_CONFIGURE_OFF=	--disable-charset
-CHARSET_LIB_DEPENDS=	libicuuc.so.55:devel/icu \
-			libicudata.so.55:devel/icu
+CHARSET_LIB_DEPENDS=	libicuuc.so:devel/icu
 CYRUS_CONFIGURE_ON=	--enable-cyrus
 CYRUS_LDFLAGS=	-L${LOCALBASE}/lib
 CYRUS_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2



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