svn commit: r460105 - head/print/tex-xetex
Tobias C. Berner
tcberner at FreeBSD.org
Sat Jan 27 11:14:20 UTC 2018
Author: tcberner
Date: Sat Jan 27 11:14:19 2018
New Revision: 460105
URL: https://svnweb.freebsd.org/changeset/ports/460105
Log:
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)
Modified:
head/print/tex-xetex/Makefile
Modified: head/print/tex-xetex/Makefile
==============================================================================
--- head/print/tex-xetex/Makefile Sat Jan 27 11:09:22 2018 (r460104)
+++ head/print/tex-xetex/Makefile Sat Jan 27 11:14:19 2018 (r460105)
@@ -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}
More information about the svn-ports-all
mailing list