git: d3cdf103471b - 2021Q3 - textproc/po4a: Fix runtime dependencies
Danilo G. Baio
dbaio at FreeBSD.org
Sat Jul 24 17:39:57 UTC 2021
The branch 2021Q3 has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d3cdf103471ba321509b63d080b1924cd83a9718
commit d3cdf103471ba321509b63d080b1924cd83a9718
Author: Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-07-24 17:33:38 +0000
Commit: Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-07-24 17:37:18 +0000
textproc/po4a: Fix runtime dependencies
Can't exec "msgmerge": No such file or directory at
/usr/local/bin/po4a-updatepo line 308
(cherry picked from commit 74e29f3395fed8abb5ec50b4a12af088246485d7)
---
textproc/po4a/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile
index 68f7422954e3..9826fb9b93a0 100644
--- a/textproc/po4a/Makefile
+++ b/textproc/po4a/Makefile
@@ -3,7 +3,7 @@
PORTNAME= po4a
DISTVERSIONPREFIX= v
DISTVERSION= 0.63
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MAINTAINER= dbaio at FreeBSD.org
@@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \
jade>=0:textproc/jade \
xsltproc:textproc/libxslt \
docbook-xsl>0:textproc/docbook-xsl \
- OpenSP>0:textproc/opensp
+ OpenSP>0:textproc/opensp \
+ msgmerge:devel/gettext-tools
USES= gettext perl5
USE_PERL5= modbuild
More information about the dev-commits-ports-all
mailing list