diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-11 17:58:55 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-11 17:58:55 +0000 |
commit | 4e09def2d4cfcd05ede8b5671ca97a7f676654b2 (patch) | |
tree | 4e99b662e9edb02c504f73d22596ea702c0f3d31 /graphics/l2p/Makefile | |
parent | f88394af09ffce9250caa45347e357f79b0100ff (diff) | |
download | ports-4e09def2d4cfcd05ede8b5671ca97a7f676654b2.tar.gz ports-4e09def2d4cfcd05ede8b5671ca97a7f676654b2.zip |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
Notes
Notes:
svn path=/head/; revision=317899
Diffstat (limited to 'graphics/l2p/Makefile')
-rw-r--r-- | graphics/l2p/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/l2p/Makefile b/graphics/l2p/Makefile index 2e3862dcdc17..b46d029fa730 100644 --- a/graphics/l2p/Makefile +++ b/graphics/l2p/Makefile @@ -15,12 +15,11 @@ MASTER_SITES= http://www.redsymbol.net/software/l2p/dist/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= Create PNG images from LaTeX math expressions -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ - dvips:${PORTSDIR}/print/dvipsk-tetex +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick USE_PERL5_RUN= yes USE_ZIP= yes -USE_TEX= tetex +USE_TEX= latex dvipsk NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |