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-ltabptch | |
parent | 8740f88f4f9fa69f5fd3050f109188bfcccd929c (diff) | |
download | pkgsrc-9103771cebc05e5a52b4b786922ae2bc47981fac.tar.gz |
tex-*: add TEXLIVE_UNVERSIONED=yes
Diffstat (limited to 'print/tex-ltabptch')
-rw-r--r-- | print/tex-ltabptch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-ltabptch/Makefile b/print/tex-ltabptch/Makefile index 3b586d70585..2dbc9ffb909 100644 --- a/print/tex-ltabptch/Makefile +++ b/print/tex-ltabptch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:17 markd Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:21:55 markd Exp $ DISTNAME= ltabptch PKGNAME= tex-${DISTNAME}-1.74d @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/ltabptch COMMENT= Bug fix for longtable LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |