summaryrefslogtreecommitdiff
path: root/devel/gettext-tools/msgfmt-desktop.mk
blob: 2258c3ccf22c5054efedaee85bded344fe9c9aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: msgfmt-desktop.mk,v 1.2 2022/03/13 04:42:56 gutteridge Exp $

.include "../../mk/bsd.fast.prefs.mk"

.if ${OPSYS} == "NetBSD"
# Old GPLv2 version of msgfmt in NetBSD does not support --desktop/--xml.
# XXX technically, we would require gettext-tools >= 0.19.7, as that's
# when the --xml argument was added, rather than >= 0.15, which the tools
# chain currently sets, but this seems non-trivial to adjust.
TOOLS_PLATFORM.msgfmt=	# none
.endif