diff options
Diffstat (limited to 'print/tex-hyphen-belarusian/Makefile')
-rw-r--r-- | print/tex-hyphen-belarusian/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/print/tex-hyphen-belarusian/Makefile b/print/tex-hyphen-belarusian/Makefile index 919473bd39c..54ce85ef978 100644 --- a/print/tex-hyphen-belarusian/Makefile +++ b/print/tex-hyphen-belarusian/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2020/05/10 04:31:58 markd Exp $ +# $NetBSD: Makefile,v 1.4 2021/05/30 08:04:42 markd Exp $ DISTNAME= hyphen-belarusian -PKGNAME= tex-${DISTNAME}-2019 -PKGREVISION= 1 -TEXLIVE_REV= 51186 +PKGNAME= tex-${DISTNAME}-2021 +TEXLIVE_REV= 58652 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Belarusian hyphenation patterns LICENSE= lppl-1.3c -DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8 +DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base TEX_HYPHEN_DAT+= belarusian loadhyph-be.tex TEX_HYPHEN_DEF+= \\addlanguage{belarusian}{loadhyph-be.tex}{}{2}{2} @@ -23,6 +22,5 @@ TEX_HYPHEN_LUA+= ['belarusian']={ \ hyphenation='', \ }, -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |