git: 1282dc91232f - main - sysutils/vobcopy: Fix build without option NLS

From: Dirk Meyer <dinoex_at_FreeBSD.org>
Date: Sun, 26 Jan 2025 17:33:18 UTC
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1282dc91232ffc9005b50ad643d21e9fb368c02b

commit 1282dc91232ffc9005b50ad643d21e9fb368c02b
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2025-01-26 17:33:05 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2025-01-26 17:33:05 +0000

    sysutils/vobcopy: Fix build without option NLS
    
    PR: 284300
---
 sysutils/vobcopy/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile
index 772df319fa5f..5c2706ed8e17 100644
--- a/sysutils/vobcopy/Makefile
+++ b/sysutils/vobcopy/Makefile
@@ -11,7 +11,7 @@ LICENSE=	GPLv2+
 
 LIB_DEPENDS=	libdvdread.so:multimedia/libdvdread
 
-USES=		autoreconf localbase iconv
+USES=		autoreconf gettext-tools localbase iconv
 USE_GITHUB=	yes
 GH_ACCOUNT=	barak
 GNU_CONFIGURE=	yes
@@ -29,8 +29,8 @@ PORTDOCS=	COPYING ChangeLog Changelog README Release-Notes TODO \
 OPTIONS_DEFINE=	NLS DOCS
 OPTIONS_DEFAULT=	NLS
 
-NLS_USES=	gettext
-NLS_CONFIGURE_ENABLE=   nls
+NLS_USES=	gettext-runtime
+NLS_CONFIGURE_ENABLE=	nls
 NLS_LIBS=	-lintl
 
 post-configure: