diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-01-27 19:14:19 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-01-27 19:14:19 +0800 |
commit | b4a91e4fd107ab25b8c268b88ff013a34bf17c81 (patch) | |
tree | e0994fc22d5859340a2a9c20f8f595b137eda38d /print/tex-xetex | |
parent | 6412af8d6f75702a3bff47fae737092e805aa99f (diff) | |
download | freebsd-ports-gnome-b4a91e4fd107ab25b8c268b88ff013a34bf17c81.tar.gz freebsd-ports-gnome-b4a91e4fd107ab25b8c268b88ff013a34bf17c81.tar.zst freebsd-ports-gnome-b4a91e4fd107ab25b8c268b88ff013a34bf17c81.zip |
print/tex-xetex: Add dvipdfmx to dependencies
compilation of tex files using xetex will fail with
(./test.aux)sh: /usr/local/bin/xdvipdfmx: not found
otherwise.
PR: 217094
Approved by: hrs (maintainer timeout)
Diffstat (limited to 'print/tex-xetex')
-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 d319948059af..0bb98cc93e80 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99992 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- @@ -25,7 +25,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libTECkit.so:textproc/teckit USES= pkgconfig tar:xz -USE_TEX= kpathsea web2c texmf formats fmtutil +USE_TEX= kpathsea web2c texmf formats fmtutil dvipdfmx USE_XORG= pixman USE_GNOME= cairo TEXHASHDIRS= ${TEXMFDISTDIR} ${TEXMFVARDIR} |