Tue Apr 7 15:19:35 2020 UTC ()
fcitx-qt5: This needs libintl


(ryoon)
diff -r1.9 -r1.10 pkgsrc/inputmethod/fcitx-qt5/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/inputmethod/fcitx-qt5/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/fcitx-qt5/Makefile 2020/03/10 22:10:18 1.9
+++ pkgsrc/inputmethod/fcitx-qt5/Makefile 2020/04/07 15:19:35 1.10
@@ -1,22 +1,25 @@ @@ -1,22 +1,25 @@
1# $NetBSD: Makefile,v 1.9 2020/03/10 22:10:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2020/04/07 15:19:35 ryoon Exp $
2 2
3DISTNAME= fcitx-qt5-1.2.3 3DISTNAME= fcitx-qt5-1.2.3
4PKGREVISION= 7 4PKGREVISION= 8
5CATEGORIES= inputmethod 5CATEGORIES= inputmethod
6MASTER_SITES= https://download.fcitx-im.org/fcitx-qt5/ 6MASTER_SITES= https://download.fcitx-im.org/fcitx-qt5/
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= ryoon@NetBSD.org 9MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= https://download.fcitx-im.org/fcitx-qt5/ 10HOMEPAGE= https://download.fcitx-im.org/fcitx-qt5/
11COMMENT= Fcitx Qt5 Input Context 11COMMENT= Fcitx Qt5 Input Context
12LICENSE= gnu-gpl-v2 OR modified-bsd 12LICENSE= gnu-gpl-v2 OR modified-bsd
13 13
14BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules 14BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
15 15
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_CMAKE= yes 17USE_CMAKE= yes
18USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
19 19
 20LDFLAGS+= -lintl
 21
 22.include "../../devel/gettext-lib/buildlink3.mk"
20.include "../../inputmethod/fcitx/buildlink3.mk" 23.include "../../inputmethod/fcitx/buildlink3.mk"
21.include "../../x11/qt5-qtbase/buildlink3.mk" 24.include "../../x11/qt5-qtbase/buildlink3.mk"
22.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"