diff options
Diffstat (limited to 'print/tex-ncctools/Makefile')
-rw-r--r-- | print/tex-ncctools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-ncctools/Makefile b/print/tex-ncctools/Makefile index 7dee78bc00e..3912b9600be 100644 --- a/print/tex-ncctools/Makefile +++ b/print/tex-ncctools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/01/24 19:32:07 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:22:52 markd Exp $ DISTNAME= ncctools PKGNAME= tex-${DISTNAME}-3.5.2 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/ncctools COMMENT= Collection of general packages for LaTeX LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |