diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-04-27 21:31:09 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-04-27 21:31:09 +0000 |
commit | 213d2c1470fd61a73cb858dcf6ed7549a127fa6b (patch) | |
tree | 305ebde251ba2fdefa44b8350940aa51e68800da /print/texlive-base | |
parent | Update to 0.1.2 (diff) |
Split off the harfbuzz icu support into it's own port.
PR: 207779
Submitted by: Vladimir Kondratyev <vladimir@kondratyev.su>
Exp-run by: antoine@
Notes
Notes:
svn path=/head/; revision=439575
Diffstat (limited to 'print/texlive-base')
-rw-r--r-- | print/texlive-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index f288e4c4b829..e19a0f805be9 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base @@ -20,6 +20,7 @@ LIB_DEPENDS= libicuio.so:devel/icu \ libgraphite2.so:graphics/graphite2 \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ + libharfbuzz-icu.so:print/harfbuzz-icu \ libpng.so:graphics/png \ libzzip.so:devel/zziplib \ libpoppler.so:graphics/poppler \ |