summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-05-24 12:58:54 +0000
committernia <nia@pkgsrc.org>2022-05-24 12:58:54 +0000
commit04f755b9ceed4c8573fb8ed590bb5615e16d6520 (patch)
tree7a4636bf83e5af825d51f421d17543eac5fc7c66 /inputmethod
parentf79ff93e08b4e34815ec885688717fe136e8622c (diff)
downloadpkgsrc-04f755b9ceed4c8573fb8ed590bb5615e16d6520.tar.gz
ibus-table-chinese: Fix typo. Use OPSYS_VERSION.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-table-chinese/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/ibus-table-chinese/Makefile b/inputmethod/ibus-table-chinese/Makefile
index 7648744ed46..fc30b25e94c 100644
--- a/inputmethod/ibus-table-chinese/Makefile
+++ b/inputmethod/ibus-table-chinese/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/08/16 21:22:13 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/05/24 12:58:54 nia Exp $
#
DISTNAME= ibus-table-chinese-1.8.2
@@ -17,12 +17,12 @@ USE_TOOLS+= pkg-config
BUILD_DEPENDS+= cmake-fedora>=2.0:../../devel/cmake-fedora
# iconv: unexpected end of file; the last character is incomplete.
-MAKE_JOBS_SAFE= noo
+MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"
# Illegal byte sequence in array30_ExtB.txt
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 050000
BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
CMAKE_ARGS+= -DICONV_CMD:PATH=${LOCALBASE}/bin/iconv
.endif