diff options
Diffstat (limited to 'print/tex-chess/Makefile')
-rw-r--r-- | print/tex-chess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-chess/Makefile b/print/tex-chess/Makefile index bd76ed63624..a390108f25d 100644 --- a/print/tex-chess/Makefile +++ b/print/tex-chess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/06 08:40:42 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:19:07 markd Exp $ DISTNAME= chess PKGNAME= tex-${DISTNAME}-1.2 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/chess COMMENT= Fonts for typesetting chess boards LICENSE= public-domain +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |