diff options
Diffstat (limited to 'print/tex-scale/Makefile')
-rw-r--r-- | print/tex-scale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-scale/Makefile b/print/tex-scale/Makefile index 9bfece4eada..968e27d48f6 100644 --- a/print/tex-scale/Makefile +++ b/print/tex-scale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:23:13 markd Exp $ DISTNAME= scale PKGNAME= tex-${DISTNAME}-1.1.2 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/scale COMMENT= Scale document by sqrt(2) or magstep(2) LICENSE= gnu-gpl-v2 +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |