Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2013 01:41:23 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318634 - head/print/latex-cjk
Message-ID:  <201305210141.r4L1fNr1047193@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Tue May 21 01:41:23 2013
New Revision: 318634
URL: http://svnweb.freebsd.org/changeset/ports/318634

Log:
  Set USE_TEX=tetex because CJK 4.8.3 is included in TeXLive.
  
  PR:	ports/178729

Modified:
  head/print/latex-cjk/Makefile

Modified: head/print/latex-cjk/Makefile
==============================================================================
--- head/print/latex-cjk/Makefile	Mon May 20 23:26:09 2013	(r318633)
+++ head/print/latex-cjk/Makefile	Tue May 21 01:41:23 2013	(r318634)
@@ -21,7 +21,7 @@ BUILD_DEPENDS:=	${RUN_DEPENDS} \
 LIB_DEPENDS=	ttf:${PORTSDIR}/print/freetype
 
 USE_GMAKE=	yes
-USE_TEX=	latex
+USE_TEX=	tetex latex
 
 MAN1=		bg5conv.1 cef5conv.1 cefconv.1 cefsconv.1 extconv.1 \
 		hbf2gf.1 sjisconv.1
@@ -51,7 +51,7 @@ PLIST_SUB+=	CCMAP="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MDVIPDFMX}
-RUN_DEPENDS+=	dvipdfmx:${PORTSDIR}/print/dvipdfmx
+USE_TEX+=	dvipdfmx
 # Configuration is done by "pkg-install"
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305210141.r4L1fNr1047193>