summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2021-06-08 21:00:27 +0000
committermarkd <markd@pkgsrc.org>2021-06-08 21:00:27 +0000
commit1985d7561523ec86de137706ff11741ecbeaac60 (patch)
tree57dbbd0b7f0dc71beca149a27bfb5bab69ad76a0 /print
parentccef25cd2bb3b3ea8fbdbffcd1a068919579daaa (diff)
downloadpkgsrc-1985d7561523ec86de137706ff11741ecbeaac60.tar.gz
tex-pgfplots: fix path for luatex
Diffstat (limited to 'print')
-rw-r--r--print/tex-pgfplots/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/print/tex-pgfplots/Makefile b/print/tex-pgfplots/Makefile
index 3840eaa5abb..1c8e637f918 100644
--- a/print/tex-pgfplots/Makefile
+++ b/print/tex-pgfplots/Makefile
@@ -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
@@ -13,5 +14,10 @@ DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
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"