From owner-svn-ports-head@freebsd.org Mon Jul 20 04:43:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07E539A657F; Mon, 20 Jul 2015 04:43:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC4D91AE5; Mon, 20 Jul 2015 04:43:16 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6K4hGE2059495; Mon, 20 Jul 2015 04:43:16 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6K4hGUO059494; Mon, 20 Jul 2015 04:43:16 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507200443.t6K4hGUO059494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 20 Jul 2015 04:43:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392547 - head/print/texlive-base 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.20 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: Mon, 20 Jul 2015 04:43:17 -0000 Author: hrs Date: Mon Jul 20 04:43:16 2015 New Revision: 392547 URL: https://svnweb.freebsd.org/changeset/ports/392547 Log: Fix dependency. PR: 201706 Modified: head/print/texlive-base/Makefile Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Mon Jul 20 04:42:23 2015 (r392546) +++ head/print/texlive-base/Makefile Mon Jul 20 04:43:16 2015 (r392547) @@ -2,6 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMESUFFIX= -base @@ -15,7 +16,7 @@ RUN_DEPENDS= psbook:${PORTSDIR}/print/ps LIB_DEPENDS= libicuio.so:${PORTSDIR}/devel/icu \ libt1.so:${PORTSDIR}/devel/t1lib \ libTECkit.so:${PORTSDIR}/textproc/teckit \ - libgraphite.so:${PORTSDIR}/graphics/silgraphite \ + libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ libgd.so:${PORTSDIR}/graphics/gd \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libttf.so:${PORTSDIR}/print/freetype \ @@ -77,7 +78,7 @@ CONFIGURE_ARGS= --disable-native-texlive --with-freetype2-libdir=${LOCALBASE}/lib \ --with-system-cairo \ --with-system-gd \ - --with-system-graphite \ + --with-system-graphite2 \ --with-system-pixman \ --with-system-poppler \ --with-system-t1lib \