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 /devel | |
parent | f88394af09ffce9250caa45347e357f79b0100ff (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avr-libc/Makefile | 2 | ||||
-rw-r--r-- | devel/doxygen/Makefile | 2 | ||||
-rw-r--r-- | devel/gdcm/Makefile | 2 | ||||
-rw-r--r-- | devel/meta-cvs/Makefile | 2 | ||||
-rw-r--r-- | devel/ml-doc/Makefile | 2 | ||||
-rw-r--r-- | devel/ocamlweb/Makefile | 2 | ||||
-rw-r--r-- | devel/ragel/Makefile | 2 | ||||
-rw-r--r-- | devel/simulavr/Makefile | 2 | ||||
-rw-r--r-- | devel/tex-kpathsea/Makefile | 1 |
9 files changed, 9 insertions, 8 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 468fe7725732..dee83f179142 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -37,7 +37,7 @@ WITHOUT_AVRLIBCDOCS= true .endif .if defined(WITH_AVRLIBCDOCS) -USE_TEX= tetex +USE_TEX= latex:build BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ fig2dev:${PORTSDIR}/print/transfig \ jpegtopnm:${PORTSDIR}/graphics/netpbm diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 354266d1d65f..465defb99d87 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -52,7 +52,7 @@ BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz .if ${PORT_OPTIONS:MPDFDOCS} ALL_TARGET+= pdf -USE_TEX= tetex +USE_TEX= latex:build USE_GHOSTSCRIPT_BUILD= yes MAKE_ARGS+= HAVE_PDFDOCS=yes .endif # PDFDOCS diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile index 68a0ae4d2b87..7ebcedd489a2 100644 --- a/devel/gdcm/Makefile +++ b/devel/gdcm/Makefile @@ -51,7 +51,7 @@ PLIST_SUB+= GDCM_MAJ="${GDCM_MAJ}" \ GDCM_SO="${GDCM_SO}" .if ${PORT_OPTIONS:MDOCS} -USE_TEX= tetex +USE_TEX= latex:build USE_GHOSTSCRIPT= yes BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen CMAKE_ARGS+= -DGDCM_DOCUMENTATION:BOOL=YES \ diff --git a/devel/meta-cvs/Makefile b/devel/meta-cvs/Makefile index 8b189eb2db73..583f4d03e719 100644 --- a/devel/meta-cvs/Makefile +++ b/devel/meta-cvs/Makefile @@ -37,7 +37,7 @@ PORTDOCS= Meta-CVS-PAPER \ .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPDFDOC} && !defined(NOPORTDOCS) -USE_TEX= tetex +USE_TEX= latex:build PORTDOCS+= meta-cvs.pdf .endif diff --git a/devel/ml-doc/Makefile b/devel/ml-doc/Makefile index 967760493c71..5f73094a7bb8 100644 --- a/devel/ml-doc/Makefile +++ b/devel/ml-doc/Makefile @@ -40,7 +40,7 @@ LATEX_DESC= Install LaTeX if necessary (needed for pdf output) .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLATEX} -USE_TEX= tetex +USE_TEX= latex .endif post-extract: diff --git a/devel/ocamlweb/Makefile b/devel/ocamlweb/Makefile index 7922bd1ff2e8..c80e2f0de9f4 100644 --- a/devel/ocamlweb/Makefile +++ b/devel/ocamlweb/Makefile @@ -18,7 +18,7 @@ COMMENT= A literate programming tool for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -USE_TEX= tetex +USE_TEX= latex GNU_CONFIGURE= yes PLIST_SUB+= TEXMFDIR=${TEXMFDIR} \ MKTEXLSR=${MKTEXLSR} diff --git a/devel/ragel/Makefile b/devel/ragel/Makefile index 64915578b934..68a39f722ff5 100644 --- a/devel/ragel/Makefile +++ b/devel/ragel/Makefile @@ -23,7 +23,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -USE_TEX= tetex +USE_TEX= latex:build CONFIGURE_ARGS+= --enable-manual BUILD_DEPENDS+= fig2dev:${PORTSDIR}/print/transfig PLIST_SUB+= DOCS="" diff --git a/devel/simulavr/Makefile b/devel/simulavr/Makefile index bce4cafb22e0..8aa556ded04b 100644 --- a/devel/simulavr/Makefile +++ b/devel/simulavr/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \ BROKEN= does not package #USE_BZIP2= yes -USE_TEX= tetex +USE_TEX= latex:build USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/devel/tex-kpathsea/Makefile b/devel/tex-kpathsea/Makefile index dc4be0cdfc45..b39d4a7e77a4 100644 --- a/devel/tex-kpathsea/Makefile +++ b/devel/tex-kpathsea/Makefile @@ -15,6 +15,7 @@ COMMENT= Path searching library for TeX USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes +USE_TEX= yes EXTRACT_AFTER_ARGS= ${EXTRACT_FILES} EXTRACT_FILES= ${DISTNAME}/build-aux \ ${DISTNAME}/texk/kpathsea |