pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/fcitx5-configtool



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Mar 29 00:02:08 UTC 2021

Modified Files:
        pkgsrc/inputmethod/fcitx5-configtool: Makefile

Log Message:
(inputmethod/fcitx5-configtool) fix typo, thanks leot@


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/fcitx5-configtool/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/fcitx5-configtool/Makefile
diff -u pkgsrc/inputmethod/fcitx5-configtool/Makefile:1.4 pkgsrc/inputmethod/fcitx5-configtool/Makefile:1.5
--- pkgsrc/inputmethod/fcitx5-configtool/Makefile:1.4   Sun Mar 28 23:39:09 2021
+++ pkgsrc/inputmethod/fcitx5-configtool/Makefile       Mon Mar 29 00:02:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/03/28 23:39:09 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/03/29 00:02:08 mef Exp $
 
 DISTNAME=      fcitx5-configtool-5.0.3
 CATEGORIES=    inputmethod
@@ -15,7 +15,7 @@ USE_PKGLOCALEDIR=     yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 
-BUILD_DEPENDS+=                extra-cmake-modueles-[0-9]*:../../devel/extra-cmake-modules
+BUILD_DEPENDS+=                extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
 
 OBJDIR=                        ${WRKDIR}/build
 CONFIGURE_DIRS=                ${OBJDIR}



Home | Main Index | Thread Index | Old Index