git: c374acbe89aa - main - sysutils/flock: remove unused NLS option

From: Tijl Coosemans <tijl_at_FreeBSD.org>
Date: Fri, 27 May 2022 09:55:04 UTC
The branch main has been updated by tijl:

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

commit c374acbe89aa27a290d148151af9bfe32b72c591
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2022-05-20 16:03:42 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2022-05-27 09:11:02 +0000

    sysutils/flock: remove unused NLS option
    
    PR:             263970
---
 sysutils/flock/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sysutils/flock/Makefile b/sysutils/flock/Makefile
index 9f9732972096..8bb9c7c1b4e6 100644
--- a/sysutils/flock/Makefile
+++ b/sysutils/flock/Makefile
@@ -14,17 +14,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		libtool pkgconfig
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-nls
 
 CFLAGS=		-D_WITH_CPU_SET_T
 
 PLIST_FILES=	bin/flock man/man1/flock.1.gz \
 		etc/bash_completion.d/flock
 
-OPTIONS_DEFINE=	NLS
-
-NLS_USES=	autoreconf gettext
-NLS_CONFIGURE_ENABLE=	nls
-
 do-build:
 	# skip building unneeded utils
 	${MAKE} -C ${WRKSRC} flock