summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-04-27 04:06:21 +0000
committerryoon <ryoon@pkgsrc.org>2019-04-27 04:06:21 +0000
commit4bec862bc6112a435167d20de028ed921090c2cf (patch)
treebe6bfcfb13c474158fda79a7360e3ead981b58e9 /inputmethod
parente358b6bf0d066c7831a862018d1a23213ba2ceea (diff)
downloadpkgsrc-4bec862bc6112a435167d20de028ed921090c2cf.tar.gz
Add extra-cmake-modules as dependency to build
Bump PKGREVISION
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/fcitx-qt5/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/inputmethod/fcitx-qt5/Makefile b/inputmethod/fcitx-qt5/Makefile
index b97944c7f72..c1650088b49 100644
--- a/inputmethod/fcitx-qt5/Makefile
+++ b/inputmethod/fcitx-qt5/Makefile
@@ -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/fcitx-qt5/
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++