diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-xetex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index 3215e5f3dc2e..38d4043d2661 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.9999 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://people.allbsd.org/~hrs/FreeBSD/:web2c \ ftp://tug.org/historic/systems/texlive/2012/:texmf @@ -19,7 +19,7 @@ COMMENT= TeX System with Unicode and Modern Font Technologies LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ libicuio.so:${PORTSDIR}/devel/icu \ - libopenjpeg.so:${PORTSDIR}/graphics/openjpeg \ + libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \ libpng15.so:${PORTSDIR}/graphics/png \ libpoppler.so:${PORTSDIR}/graphics/poppler \ libTECkit.so:${PORTSDIR}/textproc/teckit |