[Bug 268895] games/kanatest: Revive port: Japanese kana (Hiragana and Katakana) simple flashcard tool

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 02 Feb 2023 08:55:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268895

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

Did you tried build with NLS=OFF?

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