diff options
| author | Stefan Schlosser <bsdcode@disroot.org> | 2025-06-21 08:27:40 +0000 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-06-21 19:55:09 +0000 |
| commit | 97c4312ebce2839e44aae613213ca97b79d4a6a2 (patch) | |
| tree | d59bb9d7ee90ed624ab25d7b2a3feb6722c8f450 | |
| parent | 32dac69eceace10cad988b56d28c0132793e84b8 (diff) | |
emulators/es-de: replace deprecated USES=gettext with gettext-{runtime,tools}
USES=gettext is deprecated according to the Porter's Handbook. Replace
it with gettext-runtime and gettext-tools, both are required.
PORTREVISION isn't bumped because USES=gettext is the same as
USES=gettext-{runtime,tools}.
Ref: https://docs.freebsd.org/en/books/porters-handbook/book/#uses-gettext
PR: 287702
Reported by: Stefan Schlosser <bsdcode@disroot.org> (maintainer)
| -rw-r--r-- | emulators/es-de/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/es-de/Makefile b/emulators/es-de/Makefile index 842897494274..5e494aad2821 100644 --- a/emulators/es-de/Makefile +++ b/emulators/es-de/Makefile @@ -54,7 +54,7 @@ DEINIT_DESC= Deinit frontend on emulator launch DEINIT_CMAKE_BOOL= DEINIT_ON_LAUNCH -NLS_USES= gettext +NLS_USES= gettext-runtime gettext-tools NLS_CMAKE_BOOL= COMPILE_LOCALIZATIONS post-install: |
