diff options
Diffstat (limited to 'print/tex-xskak/Makefile')
-rw-r--r-- | print/tex-xskak/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-xskak/Makefile b/print/tex-xskak/Makefile index 058bc470a09..3fecb9752e2 100644 --- a/print/tex-xskak/Makefile +++ b/print/tex-xskak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/08/06 10:45:43 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 20:23:46 markd Exp $ DISTNAME= xskak PKGNAME= tex-${DISTNAME}-1.5 @@ -15,5 +15,6 @@ DEPENDS+= tex-skak>=1.4:../../print/tex-skak DEPENDS+= tex-xifthen-[0-9]*:../../devel/tex-xifthen DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |