summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
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"