svn commit: r367554 - in head: math/asymptote print/pdfjam

Adam Weinberger adamw at FreeBSD.org
Sun Sep 7 15:09:40 UTC 2014


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 at 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 \


More information about the svn-ports-head mailing list