mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
textproc/texi2html: fix gettext dependency
While gettext is not an actual runtime dependency (remove in
06d7ae5e1c
) 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.
This commit is contained in:
parent
30600771da
commit
f624cd8dc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user