aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:04:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:10:53 +0000
commit137a9d1f893067a5d3ba26b8ed429498ab490305 (patch)
treedcdf7a39d124890de9f4fe93bf8de81e8eb04c10
parented6b3dd2184c007934a9248eeef76a71f3512445 (diff)
downloadports-137a9d1f893067a5d3ba26b8ed429498ab490305.tar.gz
ports-137a9d1f893067a5d3ba26b8ed429498ab490305.zip
converters/p5-LaTeXML: Use P5_POD_PARSER
With hat: perl
-rw-r--r--converters/p5-LaTeXML/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/p5-LaTeXML/Makefile b/converters/p5-LaTeXML/Makefile
index 5b0226c929f6..0ce648719a2e 100644
--- a/converters/p5-LaTeXML/Makefile
+++ b/converters/p5-LaTeXML/Makefile
@@ -27,7 +27,7 @@ RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
p5-File-Which>=0:sysutils/p5-File-Which \
p5-XML-LibXML>=1.62:textproc/p5-XML-LibXML \
p5-XML-LibXSLT>=1.58:textproc/p5-XML-LibXSLT \
- p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
+ ${P5_POD_PARSER} \
p5-libwww>=0:www/p5-libwww
USES= perl5