Mon Mar 29 03:25:11 2021 UTC ()
(inputmethod/fcitx5-table-extra) +.include boost-libs/buildlink3.mk


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

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

--- pkgsrc/inputmethod/fcitx5-table-extra/Makefile 2021/03/02 13:24:54 1.2
+++ pkgsrc/inputmethod/fcitx5-table-extra/Makefile 2021/03/29 03:25:11 1.3
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $ 1# $NetBSD: Makefile,v 1.3 2021/03/29 03:25:11 mef Exp $
2 2
3DISTNAME= fcitx5-table-extra-5.0.2 3DISTNAME= fcitx5-table-extra-5.0.2
4CATEGORIES= inputmethod 4CATEGORIES= inputmethod
5MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-table-extra/ 5MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-table-extra/
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-extra/ 9HOMEPAGE= https://download.fcitx-im.org/fcitx5/fcitx5-table-extra/
10COMMENT= Extra Chinese table for Fcitx5 10COMMENT= Extra Chinese table for Fcitx5
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
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 
15DEPENDS+= fcitx5-[0-9]*:../../inputmethod/fcitx5 14DEPENDS+= fcitx5-[0-9]*:../../inputmethod/fcitx5
16DEPENDS+= libime-[0-9]*:../../inputmethod/libime 15DEPENDS+= libime-[0-9]*:../../inputmethod/libime
17 16
18USE_CMAKE= yes 17USE_CMAKE= yes
19USE_PKGLOCALEDIR= yes 18USE_PKGLOCALEDIR= yes
20USE_LANGUAGES= # none 19USE_LANGUAGES= # none
21 20
 21.include "../../devel/boost-libs/buildlink3.mk"
22.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 22.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"