diff options
Diffstat (limited to 'print/tex-mathcomp/Makefile')
-rw-r--r-- | print/tex-mathcomp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-mathcomp/Makefile b/print/tex-mathcomp/Makefile index 6164b5cb824..aff33de6f75 100644 --- a/print/tex-mathcomp/Makefile +++ b/print/tex-mathcomp/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:58 markd Exp $ DISTNAME= mathcomp PKGNAME= tex-${DISTNAME}-0.1f @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/mathcomp COMMENT= Text symbols in maths mode LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |