Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 15:09:40 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367554 - in head: math/asymptote print/pdfjam
Message-ID:  <201409071509.s87F9ejm033186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sun Sep  7 15:09:39 2014
New Revision: 367554
URL: http://svnweb.freebsd.org/changeset/ports/367554
QAT: https://qat.redports.org/buildarchive/r367554/

Log:
  Change USE_TEX=texlive.

Modified:
  head/math/asymptote/Makefile
  head/print/pdfjam/Makefile

Modified: head/math/asymptote/Makefile
==============================================================================
--- head/math/asymptote/Makefile	Sun Sep  7 15:09:29 2014	(r367553)
+++ head/math/asymptote/Makefile	Sun Sep  7 15:09:39 2014	(r367554)
@@ -41,7 +41,7 @@ USE_GHOSTSCRIPT=yes
 USE_GL=	glut
 USE_PERL5=	build
 USE_PYTHON=	yes
-USE_TEX=	dvipsk formats texlive
+USE_TEX=	dvipsk formats
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 

Modified: head/print/pdfjam/Makefile
==============================================================================
--- head/print/pdfjam/Makefile	Sun Sep  7 15:09:29 2014	(r367553)
+++ head/print/pdfjam/Makefile	Sun Sep  7 15:09:39 2014	(r367554)
@@ -11,7 +11,7 @@ MASTER_SITES=	http://www2.warwick.ac.uk/
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Shell scripts to manipulate PDF files
 
-USE_TEX=	texlive
+USE_TEX=	formats base
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PROGS=		pdf90 pdf180 pdf270 pdfbook pdfflip pdfjam \



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