Received: by mail.netbsd.org (Postfix, from userid 605) id C8DFF84D40; Sun, 28 Mar 2021 04:59:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 087AD84D1C for ; Sun, 28 Mar 2021 04:59:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WmHfDLsspXlI for ; Sun, 28 Mar 2021 04:59:13 +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 4E1C684D4C for ; Sun, 28 Mar 2021 04:59:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41EDFFA95; Sun, 28 Mar 2021 04:59:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1616907553291240" MIME-Version: 1.0 Date: Sun, 28 Mar 2021 04:59:13 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/inputmethod/libime To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210328045913.41EDFFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1616907553291240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Mar 28 04:59:13 UTC 2021 Modified Files: pkgsrc/inputmethod/libime: Makefile Log Message: (inputmethod/libime) +BUILD_DEPENDS+= extra-cmake-modules-[0-9]* (for ECM) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/libime/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1616907553291240 Content-Disposition: inline Content-Length: 674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/libime/Makefile diff -u pkgsrc/inputmethod/libime/Makefile:1.2 pkgsrc/inputmethod/libime/Makefile:1.3 --- pkgsrc/inputmethod/libime/Makefile:1.2 Sat Feb 27 20:14:02 2021 +++ pkgsrc/inputmethod/libime/Makefile Sun Mar 28 04:59:13 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/02/27 20:14:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2021/03/28 04:59:13 mef Exp $ DISTNAME= libime-1.0.4 CATEGORIES= inputmethod @@ -23,6 +23,8 @@ DISTFILES+= ${f} SITES.${f}= https://download.fcitx-im.org/data/ .endfor +BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules + USE_CMAKE= yes USE_LANGUAGES= c c++ --_----------=_1616907553291240--