pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/fcitx-qt5



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Apr 27 04:06:21 UTC 2019

Modified Files:
        pkgsrc/inputmethod/fcitx-qt5: Makefile

Log Message:
Add extra-cmake-modules as dependency to build

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/fcitx-qt5/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/fcitx-qt5/Makefile
diff -u pkgsrc/inputmethod/fcitx-qt5/Makefile:1.4 pkgsrc/inputmethod/fcitx-qt5/Makefile:1.5
--- pkgsrc/inputmethod/fcitx-qt5/Makefile:1.4   Wed Apr  3 00:32:47 2019
+++ pkgsrc/inputmethod/fcitx-qt5/Makefile       Sat Apr 27 04:06:21 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/04/03 00:32:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/27 04:06:21 ryoon Exp $
 
 DISTNAME=      fcitx-qt5-1.2.3
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    inputmethod
 MASTER_SITES=  https://download.fcitx-im.org/fcitx-qt5/
 EXTRACT_SUFX=  .tar.xz
@@ -11,6 +11,8 @@ HOMEPAGE=     https://download.fcitx-im.org/
 COMMENT=       Fcitx Qt5 Input Context
 LICENSE=       gnu-gpl-v2 OR modified-bsd
 
+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