Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2015 19:42:19 +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: r392838 - head/print/texlive-base
Message-ID:  <201507241942.t6OJgJ90090231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Fri Jul 24 19:42:18 2015
New Revision: 392838
URL: https://svnweb.freebsd.org/changeset/ports/392838

Log:
  Fix a missing dependency.
  
  PR:	201857

Modified:
  head/print/texlive-base/Makefile

Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile	Fri Jul 24 18:14:34 2015	(r392837)
+++ head/print/texlive-base/Makefile	Fri Jul 24 19:42:18 2015	(r392838)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20150521
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
 PKGNAMESUFFIX=	-base
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libicuio.so:${PORTSDIR}/dev
 		libgraphite2.so:${PORTSDIR}/graphics/graphite2 \
 		libgd.so:${PORTSDIR}/graphics/gd \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
+		libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
 		libttf.so:${PORTSDIR}/print/freetype \
 		libpng.so:${PORTSDIR}/graphics/png \
 		libzzip.so:${PORTSDIR}/devel/zziplib \
@@ -61,6 +62,7 @@ CONFIGURE_ARGS= --disable-native-texlive
 		--with-freetype2-includes=${LOCALBASE}/include/freetype2 \
 		--with-freetype2-libdir=${LOCALBASE}/lib \
 		--with-system-cairo \
+		--with-system-harfbuzz \
 		--with-system-gd \
 		--with-system-graphite2 \
 		--with-system-pixman \



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