summaryrefslogtreecommitdiff
path: root/irc/znc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-06-20 12:51:32 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-06-20 12:51:32 +0000
commit66b2b46153592f737821b9eb86c5c1727e96d487 (patch)
tree8ab3befa9140fef4afb8fddcb0f9eecf81f5427c /irc/znc
parentFix possible crash when using reqdeny. (diff)
irc/znc: avoid depending on a particular ICU version
PR: 209855 Submitted by: gahr Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=417155
Diffstat (limited to 'irc/znc')
-rw-r--r--irc/znc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile
index ff0e001b45ef..a60cf1a6ca79 100644
--- a/irc/znc/Makefile
+++ b/irc/znc/Makefile
@@ -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