diff options
author | mef <mef@pkgsrc.org> | 2021-03-29 03:39:54 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-03-29 03:39:54 +0000 |
commit | bc4bdf94cadcaabf8e59c56ef2df70bced22e748 (patch) | |
tree | f3a1183f4582b1b623681ec623e86c28d7d6216e /inputmethod | |
parent | ca5eb11839e8f2779e15b98dfbc74d74cc8366f3 (diff) | |
download | pkgsrc-bc4bdf94cadcaabf8e59c56ef2df70bced22e748.tar.gz |
(inputmethod/fcitx5-table-other) +.include boost-libs/buildlink3.mk
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/fcitx5-table-other/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/fcitx5-table-other/Makefile b/inputmethod/fcitx5-table-other/Makefile index 94fc3887660..b728ba61c28 100644 --- a/inputmethod/fcitx5-table-other/Makefile +++ b/inputmethod/fcitx5-table-other/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2021/03/29 03:39:54 mef Exp $ DISTNAME= fcitx5-table-other-5.0.3 CATEGORIES= inputmethod @@ -19,5 +19,6 @@ USE_CMAKE= yes USE_PKGLOCALEDIR= yes USE_LANGUAGES= # none +.include "../../devel/boost-libs/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |