pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-pgfplots tex-pgfplots: fix path for luatex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5522b32b8454
branches:  trunk
changeset: 454299:5522b32b8454
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jun 08 21:00:27 2021 +0000

description:
tex-pgfplots: fix path for luatex

diffstat:

 print/tex-pgfplots/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 96c40de420c1 -r 5522b32b8454 print/tex-pgfplots/Makefile
--- a/print/tex-pgfplots/Makefile       Tue Jun 08 17:32:56 2021 +0000
+++ b/print/tex-pgfplots/Makefile       Tue Jun 08 21:00:27 2021 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2021/06/05 05:31:03 markd Exp $
+# $NetBSD: Makefile,v 1.13 2021/06/08 21:00:27 markd Exp $
 
 DISTNAME=      pgfplots
 PKGNAME=       tex-${DISTNAME}-1.18.1
+PKGREVISION=   1
 TEXLIVE_REV=   59243
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -13,5 +14,10 @@
 DEPENDS+=      tex-pgf-[0-9]*:../../print/tex-pgf
 DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
 
+REPLACE_INTERPRETER+=  luatex
+REPLACE.luatex.old=    /usr/bin/luatex
+REPLACE.luatex.new=    ${PREFIX}/bin/luatex
+REPLACE_FILES.luatex=  tex/generic/pgfplots/lua/prepcontour*
+
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index