svn commit: r392910 - head/print/tex-dvipdfmx

Hiroki Sato hrs at FreeBSD.org
Sun Jul 26 06:59:10 UTC 2015


Author: hrs
Date: Sun Jul 26 06:59:09 2015
New Revision: 392910
URL: https://svnweb.freebsd.org/changeset/ports/392910

Log:
  Revert an unintentional change.

Modified:
  head/print/tex-dvipdfmx/Makefile

Modified: head/print/tex-dvipdfmx/Makefile
==============================================================================
--- head/print/tex-dvipdfmx/Makefile	Sun Jul 26 06:57:26 2015	(r392909)
+++ head/print/tex-dvipdfmx/Makefile	Sun Jul 26 06:59:09 2015	(r392910)
@@ -20,7 +20,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libpaper.so:${PORTSDIR}/print/libpaper
-RUN_DEPENDS=	${LOCALBASE}/share/fonts/adobe-cmaps/Identity-H:${PORTSDIR}/print/adobe-cmaps
+RUN_DEPENDS=	${LOCALBASE}/share/fonts/adobe-cmaps/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
 
 USES=		pkgconfig tar:xz
 USE_TEX=	kpathsea web2c texmf dvipsk luatex texhash


More information about the svn-ports-all mailing list