diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-29 19:13:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-29 19:13:29 +0000 |
commit | 3b816a12d0326e2e7d68ecaaaf21fed60f890fb0 (patch) | |
tree | 6ca47bcfece2e8436dd063538d64f687bf39fded /converters | |
parent | 7e25d20e6e1f96e0268df6ef5f91b5396045109f (diff) | |
download | ports-3b816a12d0326e2e7d68ecaaaf21fed60f890fb0.tar.gz ports-3b816a12d0326e2e7d68ecaaaf21fed60f890fb0.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-LaTeXML/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/p5-LaTeXML/Makefile b/converters/p5-LaTeXML/Makefile index 4de3cd025afd..4f8eeeb2d0d7 100644 --- a/converters/p5-LaTeXML/Makefile +++ b/converters/p5-LaTeXML/Makefile @@ -14,7 +14,7 @@ LICENSE= PD CC0-1.0 LICENSE_COMB= dual LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/git:devel/git \ +BUILD_DEPENDS= git:devel/git \ p5-File-Which>=0:sysutils/p5-File-Which \ p5-IO-String>=0:devel/p5-IO-String \ p5-Image-Size>=0:graphics/p5-Image-Size \ @@ -23,9 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/git:devel/git \ p5-XML-LibXSLT>=1.58:textproc/p5-XML-LibXSLT \ p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \ p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ - p5-Getopt-Long>=2.37:devel/p5-Getopt-Long \ p5-libwww>=0:www/p5-libwww \ - p5-Pod-Parser>=0:textproc/p5-Pod-Parser \ p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8 \ p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \ p5-URI>=0:net/p5-URI |