diff options
Diffstat (limited to 'fonts/tex-ccfonts/Makefile')
-rw-r--r-- | fonts/tex-ccfonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/tex-ccfonts/Makefile b/fonts/tex-ccfonts/Makefile index 00a8c83104c..ef5a99aa70d 100644 --- a/fonts/tex-ccfonts/Makefile +++ b/fonts/tex-ccfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/05/04 07:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 19:29:41 markd Exp $ DISTNAME= ccfonts PKGNAME= tex-${DISTNAME}-1.1 @@ -8,5 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Support for Concrete text and math fonts in LaTeX LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |