Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2014 18:18:27 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370811 - head/print/muttprint
Message-ID:  <201410131818.s9DIIRUJ088002@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Oct 13 18:18:27 2014
New Revision: 370811
URL: https://svnweb.freebsd.org/changeset/ports/370811
QAT: https://qat.redports.org/buildarchive/r370811/

Log:
  print/muttprint:
  
  - remove recently-added run_deps on print/texlive-full and print/tex-dvipsk
  - change USE_TEX to the sufficient set of 'latex dvipsk'
  
  Submitted by:	mat
  Approved by:	Matthias Apitz <guru@unixarea.de> (maintainer)

Modified:
  head/print/muttprint/Makefile

Modified: head/print/muttprint/Makefile
==============================================================================
--- head/print/muttprint/Makefile	Mon Oct 13 18:13:47 2014	(r370810)
+++ head/print/muttprint/Makefile	Mon Oct 13 18:18:27 2014	(r370811)
@@ -11,15 +11,13 @@ MAINTAINER?=	guru@unixarea.de
 COMMENT?=	Utility to print mail for most any mail client
 
 RUN_DEPENDS=	psnup:${PORTSDIR}/print/psutils \
-		latex:${PORTSDIR}/print/texlive-full \
-		dvips:${PORTSDIR}/print/tex-dvipsk \
 		uncompface:${PORTSDIR}/mail/faces \
 		convert:${PORTSDIR}/graphics/ImageMagick \
 		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
 		p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
 
 USES=		perl5 gmake
-USE_TEX=	texmf
+USE_TEX=	latex dvipsk
 
 NO_BUILD=	yes
 REINPLACE_ARGS=	-i ""



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