diff options
Diffstat (limited to 'print/tex-go/Makefile')
-rw-r--r-- | print/tex-go/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-go/Makefile b/print/tex-go/Makefile index f698de025ec..2279e21ddfd 100644 --- a/print/tex-go/Makefile +++ b/print/tex-go/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/06 09:11:24 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 20:21:31 markd Exp $ DISTNAME= go PKGNAME= tex-${DISTNAME}-2014 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/go COMMENT= Fonts and macros for typesetting go games LICENSE= public-domain +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |