aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2021-03-06 02:56:58 +0000
committerWen Heping <wen@FreeBSD.org>2021-03-06 02:56:58 +0000
commit6eb215102e86d848d52ce155c3410caeb242f97d (patch)
treecd4cf6920bea004eaf9ed4eadee870275085f4ac /converters
parent8d5a307e7a836af13ea96e624a59ee48e5b27e45 (diff)
downloadports-6eb215102e86d848d52ce155c3410caeb242f97d.tar.gz
ports-6eb215102e86d848d52ce155c3410caeb242f97d.zip
- Add missing DEPENDS
PR: 254037 Submitted by: uzsolt@uzsolt.hu
Notes
Notes: svn path=/head/; revision=567457
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-LaTeXML/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/p5-LaTeXML/Makefile b/converters/p5-LaTeXML/Makefile
index 75d02778c1ba..58e15a2baeea 100644
--- a/converters/p5-LaTeXML/Makefile
+++ b/converters/p5-LaTeXML/Makefile
@@ -3,6 +3,7 @@
PORTNAME= LaTeXML
PORTVERSION= 0.8.5
+PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN \
http://dlmf.nist.gov/LaTeXML/releases/
@@ -27,6 +28,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-libwww>=0:www/p5-libwww
USES= perl5