diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-07 15:09:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-07 15:09:39 +0000 |
commit | 2009f897995bc7d3e71670ed5d58a8e665a58747 (patch) | |
tree | 40ab0a3199a248418cf8981682f030f5065abab3 | |
parent | 168993537c2c93fc6e81441c124317eed986f884 (diff) | |
download | ports-2009f897995bc7d3e71670ed5d58a8e665a58747.tar.gz ports-2009f897995bc7d3e71670ed5d58a8e665a58747.zip |
Notes
-rw-r--r-- | math/asymptote/Makefile | 2 | ||||
-rw-r--r-- | print/pdfjam/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 3a553841a46d..69d0a7dec590 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -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} diff --git a/print/pdfjam/Makefile b/print/pdfjam/Makefile index 2dfbcaccb62e..90bd795f05ac 100644 --- a/print/pdfjam/Makefile +++ b/print/pdfjam/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/ 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 \ |