diff options
author | joerg <joerg@pkgsrc.org> | 2020-04-17 13:34:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-04-17 13:34:11 +0000 |
commit | 92b78b5fcbbc98905b87e8675fdc1c746768001f (patch) | |
tree | a1469aac7b933d326fdf36fa4a2941484be04662 /inputmethod/fcitx-skk/Makefile | |
parent | 7ebebf2738229448cbc97e4c79bf8936d52e254c (diff) | |
download | pkgsrc-92b78b5fcbbc98905b87e8675fdc1c746768001f.tar.gz |
Needs pkg-config
Diffstat (limited to 'inputmethod/fcitx-skk/Makefile')
-rw-r--r-- | inputmethod/fcitx-skk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/fcitx-skk/Makefile b/inputmethod/fcitx-skk/Makefile index 4d5bd2529c8..4a65a994c91 100644 --- a/inputmethod/fcitx-skk/Makefile +++ b/inputmethod/fcitx-skk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/04/12 08:28:52 adam Exp $ +# $NetBSD: Makefile,v 1.9 2020/04/17 13:34:11 joerg Exp $ DISTNAME= fcitx-skk-0.1.4 PKGREVISION= 7 @@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v3 USE_CMAKE= yes USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config .include "../../inputmethod/fcitx/buildlink3.mk" .include "../../inputmethod/fcitx-qt5/buildlink3.mk" |