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 /textproc/sowing | |
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 'textproc/sowing')
-rw-r--r-- | textproc/sowing/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile index 60ca0ccda63e..8036c127007d 100644 --- a/textproc/sowing/Makefile +++ b/textproc/sowing/Makefile @@ -15,13 +15,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Text processing tools to generate documentation from source files BUILD_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm -RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm \ - dvips:${PORTSDIR}/print/dvipsk-tetex +RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm USE_PERL5= yes USE_GHOSTSCRIPT=yes USE_GMAKE= yes -USE_TEX= tetex +USE_TEX= latex dvipsk GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" CONFIGURE_ARGS= --datadir=${DATADIR} |