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-lazylist/Makefile | |
parent | 8740f88f4f9fa69f5fd3050f109188bfcccd929c (diff) | |
download | pkgsrc-9103771cebc05e5a52b4b786922ae2bc47981fac.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'print/tex-lazylist/Makefile')
-rw-r--r-- | print/tex-lazylist/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-lazylist/Makefile b/print/tex-lazylist/Makefile index 6ca84dc8f0d..0bb2fcc80f2 100644 --- a/print/tex-lazylist/Makefile +++ b/print/tex-lazylist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/01/27 10:21:53 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:21:52 markd Exp $ DISTNAME= lazylist PKGNAME= tex-${DISTNAME}-1.0a @@ -8,5 +8,6 @@ MAINTAINER= minskim@NetBSD.org COMMENT= Lists in TeX's "mouth" LICENSE= lppl-1.2 +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |