aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-04-16 08:29:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-04-16 08:32:00 +0000
commitf624cd8dc907a7bafcaa537f07d134e2d5c1fe44 (patch)
treedf685feaacc52e67ca754207221e62b923e47a6b
parent30600771da22d5e594af140d748c7f70f4ebbaa8 (diff)
downloadports-f624cd8dc907a7bafcaa537f07d134e2d5c1fe44.tar.gz
ports-f624cd8dc907a7bafcaa537f07d134e2d5c1fe44.zip
textproc/texi2html: fix gettext dependency
While gettext is not an actual runtime dependency (remove in 06d7ae5e1cadb765ad367b412e6366cca866eac5) it is actually a build dependency, as the build system uses msgexec(1) binary. the buildsystem does not fail in case of errors, so if msgexec is not present on the system while building the port it results in corrupted .mo files.
-rw-r--r--textproc/texi2html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index 6ccfc413fd9e..a0ef1e43bccb 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -1,6 +1,6 @@
PORTNAME= texi2html
PORTVERSION= 5.0
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= SAVANNAH
@@ -14,7 +14,7 @@ GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
NO_ARCH= yes
CONFIGURE_ENV= PERL=${PERL}
CONFIGURE_ARGS= --disable-multiplatform
-USES= gmake perl5 shebangfix tar:bzip2
+USES= gettext-tools:build gmake perl5 shebangfix tar:bzip2
SHEBANG_FILES= *.pl
OPTIONS_DEFINE= NLS DOCS