svn commit: r417155 - head/irc/znc

Pietro Cerutti gahr at FreeBSD.org
Mon Jun 20 12:51:33 UTC 2016


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


More information about the svn-ports-head mailing list