svn commit: r350368 - head/print/pdfjam

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 6 15:36:44 UTC 2014


Author: bapt
Date: Sun Apr  6 15:36:44 2014
New Revision: 350368
URL: http://svnweb.freebsd.org/changeset/ports/350368
QAT: https://qat.redports.org/buildarchive/r350368/

Log:
  Change dependency from latex to texlive

Modified:
  head/print/pdfjam/Makefile

Modified: head/print/pdfjam/Makefile
==============================================================================
--- head/print/pdfjam/Makefile	Sun Apr  6 15:28:16 2014	(r350367)
+++ head/print/pdfjam/Makefile	Sun Apr  6 15:36:44 2014	(r350368)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfjam
 PORTVERSION=	2.08
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/ \
 		ftp://ftp.stack.nl/pub/users/johans/pdfjam/
@@ -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=	latex
+USE_TEX=	texlive
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PROGS=		pdf90 pdf180 pdf270 pdfbook pdfflip pdfjam \


More information about the svn-ports-all mailing list