Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2024 12:45:10 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 06d7ae5e1cad - main - textproc/texi2html: remove wrong dependency on gettext
Message-ID:  <202404151245.43FCjAsL032638@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

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

commit 06d7ae5e1cadb765ad367b412e6366cca866eac5
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-04-15 12:44:41 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-04-15 12:44:59 +0000

    textproc/texi2html: remove wrong dependency on gettext
---
 textproc/texi2html/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index fb8a20c89d80..6ccfc413fd9e 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	texi2html
 PORTVERSION=	5.0
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SAVANNAH
@@ -19,7 +19,6 @@ SHEBANG_FILES=	*.pl
 
 OPTIONS_DEFINE=	NLS DOCS
 OPTIONS_SUB=	yes
-NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=nls translations
 
 PROGRAM_PREFIX?=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404151245.43FCjAsL032638>