Date: Mon, 20 Jul 2015 04:43:16 +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: r392547 - head/print/texlive-base Message-ID: <201507200443.t6K4hGUO059494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507200443.t6K4hGUO059494>