Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 05:29:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355466 - head/print/tex-dvipdfmx
Message-ID:  <201405270529.s4R5T1HF093985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405270529.s4R5T1HF093985>