pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/tex-pgfplots
Module Name: pkgsrc
Committed By: markd
Date: Tue Jun 8 21:00:27 UTC 2021
Modified Files:
pkgsrc/print/tex-pgfplots: Makefile
Log Message:
tex-pgfplots: fix path for luatex
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-pgfplots/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/tex-pgfplots/Makefile
diff -u pkgsrc/print/tex-pgfplots/Makefile:1.12 pkgsrc/print/tex-pgfplots/Makefile:1.13
--- pkgsrc/print/tex-pgfplots/Makefile:1.12 Sat Jun 5 05:31:03 2021
+++ pkgsrc/print/tex-pgfplots/Makefile Tue Jun 8 21:00:27 2021
@@ -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-graphics-[0-9]*:../../prin
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