git: 137a9d1f8930 - main - converters/p5-LaTeXML: Use P5_POD_PARSER
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:19:47 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=137a9d1f893067a5d3ba26b8ed429498ab490305
commit 137a9d1f893067a5d3ba26b8ed429498ab490305
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:04:09 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:53 +0000
converters/p5-LaTeXML: Use P5_POD_PARSER
With hat: perl
---
converters/p5-LaTeXML/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the dev-commits-ports-all
mailing list