summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2020-04-07 15:19:35 +0000
committerryoon <ryoon@pkgsrc.org>2020-04-07 15:19:35 +0000
commit0b16ff627c9f96c7f356def5e095bc934d60c121 (patch)
treefa1930e687308003f904b1519207875baddefc99 /inputmethod
parent5738e03037c27129502e8db116cf8147d337586e (diff)
downloadpkgsrc-0b16ff627c9f96c7f356def5e095bc934d60c121.tar.gz
fcitx-qt5: This needs libintl
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/fcitx-qt5/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/inputmethod/fcitx-qt5/Makefile b/inputmethod/fcitx-qt5/Makefile
index 74cd7bbeb7b..9af1e45456c 100644
--- a/inputmethod/fcitx-qt5/Makefile
+++ b/inputmethod/fcitx-qt5/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2020/03/10 22:10:18 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2020/04/07 15:19:35 ryoon Exp $
DISTNAME= fcitx-qt5-1.2.3
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= inputmethod
MASTER_SITES= https://download.fcitx-im.org/fcitx-qt5/
EXTRACT_SUFX= .tar.xz
@@ -17,6 +17,9 @@ USE_TOOLS+= pkg-config
USE_CMAKE= yes
USE_LANGUAGES= c c++
+LDFLAGS+= -lintl
+
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../inputmethod/fcitx/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"