From 514b35c5ff85906bace4b99b5298bb03779d8082 Mon Sep 17 00:00:00 2001 From: hrs Date: Sat, 11 May 2013 17:58:55 +0000 Subject: 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. --- science/abinit/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'science/abinit/Makefile') diff --git a/science/abinit/Makefile b/science/abinit/Makefile index ee9d45060dd0..00f32524e02f 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -32,9 +32,8 @@ CONFIGURE_ARGS= --disable-wannier90 --disable-bigdft --disable-etsf-io \ ALL_TARGET= all libabinit .if !defined(NOPORTDOCS) -USE_TEX= tetex -BUILD_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex \ - gm4:${PORTSDIR}/devel/m4 \ +USE_TEX= latex:build dvipsk:build +BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 \ markdown:${PORTSDIR}/textproc/markdown USE_GHOSTSCRIPT_BUILD= yes .endif -- cgit