pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/ibus-table-chinese ibus-table-chinese: Fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a15359984f5
branches:  trunk
changeset: 379875:7a15359984f5
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 24 12:58:54 2022 +0000

description:
ibus-table-chinese: Fix typo. Use OPSYS_VERSION.

diffstat:

 inputmethod/ibus-table-chinese/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 086b7d02fc39 -r 7a15359984f5 inputmethod/ibus-table-chinese/Makefile
--- a/inputmethod/ibus-table-chinese/Makefile   Tue May 24 12:54:27 2022 +0000
+++ b/inputmethod/ibus-table-chinese/Makefile   Tue May 24 12:58:54 2022 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index