svn commit: r355466 - head/print/tex-dvipdfmx

Antoine Brodin antoine at FreeBSD.org
Tue May 27 05:29:02 UTC 2014


Author: antoine
Date: Tue May 27 05:29:01 2014
New Revision: 355466
URL: http://svnweb.freebsd.org/changeset/ports/355466
QAT: https://qat.redports.org/buildarchive/r355466/

Log:
  Fix make checksum
  
  With hat:	portmgr

Modified:
  head/print/tex-dvipdfmx/Makefile

Modified: head/print/tex-dvipdfmx/Makefile
==============================================================================
--- head/print/tex-dvipdfmx/Makefile	Tue May 27 05:18:28 2014	(r355465)
+++ head/print/tex-dvipdfmx/Makefile	Tue May 27 05:29:01 2014	(r355466)
@@ -22,10 +22,9 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 		paper:${PORTSDIR}/print/libpaper
 RUN_DEPENDS=	${LOCALBASE}/share/fonts/adobe-cmaps/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
 
-USES=		gmake tar:xz
+USES=		gmake pkgconfig tar:xz
 USE_TEX=	texlive kpathsea web2c texmf texhash
 TEXHASHDIR=	${TEXMFDISTDIR} ${TEXMFDIR}
-USES=		pkgconfig
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES:S,^,${DISTNAME}/,}
 EXTRACT_FILES= \
 	m4 \


More information about the svn-ports-all mailing list