Received: by mail.netbsd.org (Postfix, from userid 605) id D061184CFD; Mon, 29 Mar 2021 03:25:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14CE484CEF for ; Mon, 29 Mar 2021 03:25:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JmoN7EO__ouy for ; Mon, 29 Mar 2021 03:25:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6116F84CD9 for ; Mon, 29 Mar 2021 03:25:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 550F2FA95; Mon, 29 Mar 2021 03:25:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1616988311247010" MIME-Version: 1.0 Date: Mon, 29 Mar 2021 03:25:11 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/inputmethod/fcitx5-table-extra To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210329032511.550F2FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1616988311247010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Mar 29 03:25:11 UTC 2021 Modified Files: pkgsrc/inputmethod/fcitx5-table-extra: Makefile Log Message: (inputmethod/fcitx5-table-extra) +.include boost-libs/buildlink3.mk To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-table-extra/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1616988311247010 Content-Disposition: inline Content-Length: 1018 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/fcitx5-table-extra/Makefile diff -u pkgsrc/inputmethod/fcitx5-table-extra/Makefile:1.2 pkgsrc/inputmethod/fcitx5-table-extra/Makefile:1.3 --- pkgsrc/inputmethod/fcitx5-table-extra/Makefile:1.2 Tue Mar 2 13:24:54 2021 +++ pkgsrc/inputmethod/fcitx5-table-extra/Makefile Mon Mar 29 03:25:11 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2021/03/29 03:25:11 mef Exp $ DISTNAME= fcitx5-table-extra-5.0.2 CATEGORIES= inputmethod @@ -11,7 +11,6 @@ COMMENT= Extra Chinese table for Fcitx5 LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules - DEPENDS+= fcitx5-[0-9]*:../../inputmethod/fcitx5 DEPENDS+= libime-[0-9]*:../../inputmethod/libime @@ -19,5 +18,6 @@ USE_CMAKE= yes USE_PKGLOCALEDIR= yes USE_LANGUAGES= # none +.include "../../devel/boost-libs/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1616988311247010--