aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-07-24 17:33:38 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-07-24 17:37:18 +0000
commitd3cdf103471ba321509b63d080b1924cd83a9718 (patch)
treec06b1160c85e871eb4888d6f17b191f68166a721
parent3cec82c748df076978439e248c387ee2f1e82743 (diff)
downloadports-d3cdf103471ba321509b63d080b1924cd83a9718.tar.gz
ports-d3cdf103471ba321509b63d080b1924cd83a9718.zip
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)
-rw-r--r--textproc/po4a/Makefile5
1 files 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@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