svn commit: r366259 - head/chinese/fcitx-googlepinyin

Adam Weinberger adamw at FreeBSD.org
Tue Aug 26 19:46:09 UTC 2014


Author: adamw
Date: Tue Aug 26 19:46:08 2014
New Revision: 366259
URL: http://svnweb.freebsd.org/changeset/ports/366259
QAT: https://qat.redports.org/buildarchive/r366259/

Log:
  Add USES=iconv to fix build on 10+

Modified:
  head/chinese/fcitx-googlepinyin/Makefile

Modified: head/chinese/fcitx-googlepinyin/Makefile
==============================================================================
--- head/chinese/fcitx-googlepinyin/Makefile	Tue Aug 26 19:34:14 2014	(r366258)
+++ head/chinese/fcitx-googlepinyin/Makefile	Tue Aug 26 19:46:08 2014	(r366259)
@@ -13,7 +13,7 @@ COMMENT=	Libgooglepinyin support for Fci
 LIB_DEPENDS=	libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
 		libgooglepinyin.so:${PORTSDIR}/chinese/libgooglepinyin
 
-USES=		tar:xz cmake gettext pkgconfig
+USES=		tar:xz cmake gettext pkgconfig iconv
 USE_GNOME=	intltool
 
 PROJECTHOST=	fcitx


More information about the svn-ports-head mailing list