diff options
Diffstat (limited to 'print/tex-diagbox/Makefile')
-rw-r--r-- | print/tex-diagbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-diagbox/Makefile b/print/tex-diagbox/Makefile index c216e10985a..a6998d2416b 100644 --- a/print/tex-diagbox/Makefile +++ b/print/tex-diagbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/06/21 06:13:14 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:19:25 markd Exp $ DISTNAME= diagbox PKGNAME= tex-${DISTNAME}-2.2 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/diagbox COMMENT= Table heads with diagonal lines LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |