Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Feb 2023 08:55:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268895] games/kanatest: Revive port: Japanese kana (Hiragana and Katakana) simple flashcard tool
Message-ID:  <bug-268895-7788-avCDsg7r1X@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268895-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268895-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268895

--- Comment #9 from Nuno Teixeira <eduardo@FreeBSD.org> ---
---
NLS_USES=3D               gettext
NLS_CONFIGURE_ENABLE=3D   nls
---
is the same as:
---
if ${PORT_OPTIONS:MNLS}
USES+=3D                  gettext
PLIST_SUB+=3D             NLS=3D""
.else
CONFIGURE_ARGS+=3D        --disable-nls
PLIST_SUB+=3D             NLS=3D"@comment "
.endif
---

Did you tried build with NLS=3DOFF?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268895-7788-avCDsg7r1X>