Mon Mar 29 03:39:54 2021 UTC ()
(inputmethod/fcitx5-table-other) +.include boost-libs/buildlink3.mk


(mef)
diff -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-table-other/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/inputmethod/fcitx5-table-other/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/fcitx5-table-other/Makefile 2021/03/02 13:24:54 1.2
+++ pkgsrc/inputmethod/fcitx5-table-other/Makefile 2021/03/29 03:39:54 1.3
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $ 1# $NetBSD: Makefile,v 1.3 2021/03/29 03:39:54 mef Exp $
2 2
3DISTNAME= fcitx5-table-other-5.0.3 3DISTNAME= fcitx5-table-other-5.0.3
4CATEGORIES= inputmethod 4CATEGORIES= inputmethod
5MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-table-other/ 5MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-table-other/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= https://download.fcitx-im.org/fcitx5/fcitx5-table-other/ 9HOMEPAGE= https://download.fcitx-im.org/fcitx5/fcitx5-table-other/
10COMMENT= Non-Chinese tables for Fcitx5 10COMMENT= Non-Chinese tables for Fcitx5
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules 13BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
14 14
15DEPENDS+= fcitx5-[0-9]*:../../inputmethod/fcitx5 15DEPENDS+= fcitx5-[0-9]*:../../inputmethod/fcitx5
16DEPENDS+= libime-[0-9]*:../../inputmethod/libime 16DEPENDS+= libime-[0-9]*:../../inputmethod/libime
17 17
18USE_CMAKE= yes 18USE_CMAKE= yes
19USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
20USE_LANGUAGES= # none 20USE_LANGUAGES= # none
21 21
 22.include "../../devel/boost-libs/buildlink3.mk"
22.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 23.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"