diff options
author | markd <markd@pkgsrc.org> | 2019-12-06 20:17:03 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-12-06 20:17:03 +0000 |
commit | 9103771cebc05e5a52b4b786922ae2bc47981fac (patch) | |
tree | b8af326b0fb20ebffe0663b96cecb131b051589e /print/tex-csplain | |
parent | 8740f88f4f9fa69f5fd3050f109188bfcccd929c (diff) | |
download | pkgsrc-9103771cebc05e5a52b4b786922ae2bc47981fac.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'print/tex-csplain')
-rw-r--r-- | print/tex-csplain/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-csplain/Makefile b/print/tex-csplain/Makefile index 1efb79688a6..7cf96cb6ab5 100644 --- a/print/tex-csplain/Makefile +++ b/print/tex-csplain/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/08/05 11:01:28 markd Exp $ +# $NetBSD: Makefile,v 1.15 2019/12/06 20:19:20 markd Exp $ DISTNAME= csplain PKGNAME= tex-${DISTNAME}-2019.51317 @@ -20,6 +20,7 @@ TEX_FORMATS+= "csplain pdftex - -etex -enc csplain-utf8.ini\\npdfcsplain pdftex # execute AddFormat name=pdfcsplain engine=xetex options="-etex csplain.ini" # execute AddFormat name=pdfcsplain engine=luatex options="-etex csplain.ini" +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" post-install: |