summaryrefslogtreecommitdiff
path: root/print/tex-latex
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2019-12-06 20:17:03 +0000
committermarkd <markd@pkgsrc.org>2019-12-06 20:17:03 +0000
commit9103771cebc05e5a52b4b786922ae2bc47981fac (patch)
treeb8af326b0fb20ebffe0663b96cecb131b051589e /print/tex-latex
parent8740f88f4f9fa69f5fd3050f109188bfcccd929c (diff)
downloadpkgsrc-9103771cebc05e5a52b4b786922ae2bc47981fac.tar.gz
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'print/tex-latex')
-rw-r--r--print/tex-latex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-latex/Makefile b/print/tex-latex/Makefile
index 90074f90a94..9ba753227b1 100644
--- a/print/tex-latex/Makefile
+++ b/print/tex-latex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/01/28 10:58:05 markd Exp $
+# $NetBSD: Makefile,v 1.17 2019/12/06 20:21:49 markd Exp $
DISTNAME= latex
PKGNAME= tex-${DISTNAME}-20181201
@@ -14,5 +14,6 @@ DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
+TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"