svn commit: r318634 - head/print/latex-cjk
Hiroki Sato
hrs at FreeBSD.org
Tue May 21 01:41:23 UTC 2013
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
More information about the svn-ports-head
mailing list