svn commit: r484610 - head/textproc/fcitx-table-other

Steve Wills swills at FreeBSD.org
Sat Nov 10 13:16:06 UTC 2018


Author: swills
Date: Sat Nov 10 13:16:05 2018
New Revision: 484610
URL: https://svnweb.freebsd.org/changeset/ports/484610

Log:
  textproc/fcitx-table-other: fix build
  
  PR:		233103
  Submitted by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)

Modified:
  head/textproc/fcitx-table-other/Makefile   (contents, props changed)

Modified: head/textproc/fcitx-table-other/Makefile
==============================================================================
--- head/textproc/fcitx-table-other/Makefile	Sat Nov 10 13:11:13 2018	(r484609)
+++ head/textproc/fcitx-table-other/Makefile	Sat Nov 10 13:16:05 2018	(r484610)
@@ -13,6 +13,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx
+BUILD_DEPENDS=	bash:shells/bash
 
 USES=		cmake:outsource gettext tar:xz
 NO_ARCH=	yes


More information about the svn-ports-all mailing list