svn commit: r444669 - head/converters/p5-LaTeXML

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 29 19:13:30 UTC 2017


Author: sunpoet
Date: Thu Jun 29 19:13:29 2017
New Revision: 444669
URL: https://svnweb.freebsd.org/changeset/ports/444669

Log:
  Remove Perl core modules
  
  - While I'm here, remove redundant LOCALBASE/bin from BUILD_DEPENDS
  
  With hat:	perl

Modified:
  head/converters/p5-LaTeXML/Makefile

Modified: head/converters/p5-LaTeXML/Makefile
==============================================================================
--- head/converters/p5-LaTeXML/Makefile	Thu Jun 29 19:13:24 2017	(r444668)
+++ head/converters/p5-LaTeXML/Makefile	Thu Jun 29 19:13:29 2017	(r444669)
@@ -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


More information about the svn-ports-all mailing list