diff options
Diffstat (limited to 'print/tex-ctable/Makefile')
-rw-r--r-- | print/tex-ctable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-ctable/Makefile b/print/tex-ctable/Makefile index 7f7cc4019f5..57d9adbfef6 100644 --- a/print/tex-ctable/Makefile +++ b/print/tex-ctable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/06/16 04:06:02 markd Exp $ +# $NetBSD: Makefile,v 1.4 2019/12/06 20:19:21 markd Exp $ DISTNAME= ctable PKGNAME= tex-${DISTNAME}-1.31 @@ -8,5 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Flexible typesetting of table and figure floats using key/value directives LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |