From owner-svn-ports-head@FreeBSD.ORG Tue May 21 01:41:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ABFA295D; Tue, 21 May 2013 01:41:23 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9D9A45F8; Tue, 21 May 2013 01:41:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4L1fNx3047194; Tue, 21 May 2013 01:41:23 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4L1fNr1047193; Tue, 21 May 2013 01:41:23 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201305210141.r4L1fNr1047193@svn.freebsd.org> From: Hiroki Sato Date: Tue, 21 May 2013 01:41:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318634 - head/print/latex-cjk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2013 01:41:23 -0000 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