svn commit: r382803 - head/chinese/fcitx-rime

Antoine Brodin antoine at FreeBSD.org
Tue Mar 31 08:51:31 UTC 2015


Author: antoine
Date: Tue Mar 31 08:51:30 2015
New Revision: 382803
URL: https://svnweb.freebsd.org/changeset/ports/382803
QAT: https://qat.redports.org/buildarchive/r382803/

Log:
  Add a missing build dependency

Modified:
  head/chinese/fcitx-rime/Makefile

Modified: head/chinese/fcitx-rime/Makefile
==============================================================================
--- head/chinese/fcitx-rime/Makefile	Tue Mar 31 08:45:12 2015	(r382802)
+++ head/chinese/fcitx-rime/Makefile	Tue Mar 31 08:51:30 2015	(r382803)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libfcitx-config.so:${PORTSD
 		librime.so:${PORTSDIR}/chinese/librime
 RUN_DEPENDS=	${LOCALBASE}/share/brise/default.yaml:${PORTSDIR}/chinese/brise
 
-USES=		tar:xz cmake gettext
+USES=		tar:xz cmake gettext pkgconfig
 INSTALLS_ICONS=	yes
 
 CMAKE_ARGS+=	-DBRISE_DIR=${LOCALBASE}/share/brise


More information about the svn-ports-head mailing list