pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/libime (inputmethod/libime) +BUILD_DEPENDS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76af6098176b
branches:  trunk
changeset: 449352:76af6098176b
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Mar 28 04:59:13 2021 +0000

description:
(inputmethod/libime) +BUILD_DEPENDS+= extra-cmake-modules-[0-9]* (for ECM)

diffstat:

 inputmethod/libime/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f00ed99280a1 -r 76af6098176b inputmethod/libime/Makefile
--- a/inputmethod/libime/Makefile       Sun Mar 28 04:02:19 2021 +0000
+++ b/inputmethod/libime/Makefile       Sun Mar 28 04:59:13 2021 +0000
@@ -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 @@
 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++
 



Home | Main Index | Thread Index | Old Index