diff options
Diffstat (limited to 'print/tex-hyphen-sanskrit/Makefile')
-rw-r--r-- | print/tex-hyphen-sanskrit/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/print/tex-hyphen-sanskrit/Makefile b/print/tex-hyphen-sanskrit/Makefile index 411537bca53..5f04e56e2e9 100644 --- a/print/tex-hyphen-sanskrit/Makefile +++ b/print/tex-hyphen-sanskrit/Makefile @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/06/16 04:06:08 markd Exp $ DISTNAME= hyphen-sanskrit -PKGNAME= tex-${DISTNAME}-2010 -PKGREVISION= 2 -TEXLIVE_REV= 20144 +PKGNAME= tex-${DISTNAME}-2016 +TEXLIVE_REV= 40340 MAINTAINER= minskim@NetBSD.org COMMENT= Hyphenation patterns for Sanskrit +LICENSE= lppl-1.3c CONFLICTS+= teTeX-texmf<=3.0nb12 +DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8 TEX_HYPHEN_DAT+= sanskrit loadhyph-sa.tex -TEX_HYPHEN_DEF+= \\addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{5} +TEX_HYPHEN_DEF+= \\addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{3} TEX_HYPHEN_LUA+= ['sanskrit']={ \ loader='loadhyph-sa.tex', \ lefthyphenmin=1, \ - righthyphenmin=5, \ + righthyphenmin=3, \ synonyms={}, \ patterns='hyph-sa.pat.txt', \ hyphenation='', \ |