pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/libime



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.

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++
 



Home | Main Index | Thread Index | Old Index