diff options
author | minskim <minskim@pkgsrc.org> | 2010-11-15 21:30:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-11-15 21:30:38 +0000 |
commit | 96c5a1269fb618f3e0dc9d8ca01ddb549a7222b6 (patch) | |
tree | 1f814ffe867b9c1270a9630f55e5a1e5c03ccfd1 /print | |
parent | d0bd9525bb5d382b1ed6dce88b5e2673fea195ce (diff) | |
download | pkgsrc-96c5a1269fb618f3e0dc9d8ca01ddb549a7222b6.tar.gz |
Add a missing dependency to tex-ukrhyph.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-ukrhyph/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/tex-ukrhyph/Makefile b/print/tex-ukrhyph/Makefile index f895c869c93..3678cb05b51 100644 --- a/print/tex-ukrhyph/Makefile +++ b/print/tex-ukrhyph/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2010/09/24 17:04:07 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2010/11/15 21:30:38 minskim Exp $ DISTNAME= ukrhyph PKGNAME= tex-${DISTNAME}-2009 +PKGREVISION= 1 TEXLIVE_REV= 18396 MAINTAINER= minskim@NetBSD.org COMMENT= Hyphenation pattern files for Ukrainian CONFLICTS+= teTeX-texmf<=3.0nb12 +DEPENDS+= tex-ruhyphen>=1.6:../../print/tex-ruhyphen .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |