diff options
author | minskim <minskim> | 2011-01-12 15:18:11 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-01-12 15:18:11 +0000 |
commit | 48820c60665043b36f67731f9c4d079801fa882a (patch) | |
tree | 7a4753bcb5fe5ab2721e6136ad65af5af3b3865d /print/tex-kotex-dev/Makefile | |
parent | 339a611ae0ae8ae88a5d9d0d77eca5c424cade56 (diff) | |
download | pkgsrc-48820c60665043b36f67731f9c4d079801fa882a.tar.gz |
Update ko.TeX packages to 0.2.
This is the version that works with TeX Live 2010.
Diffstat (limited to 'print/tex-kotex-dev/Makefile')
-rw-r--r-- | print/tex-kotex-dev/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/print/tex-kotex-dev/Makefile b/print/tex-kotex-dev/Makefile index ba264a7d571..73a6251a90f 100644 --- a/print/tex-kotex-dev/Makefile +++ b/print/tex-kotex-dev/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.3 2010/06/10 18:00:29 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2011/01/12 15:18:12 minskim Exp $ DISTNAME= kotex-dev -PKGNAME= tex-${DISTNAME}-0.1.1 -PKGREVISION= 2 -MASTER_SITES= http://ftp.ktug.or.kr/KTUG/texlive/2009/archive/ -TEXLIVE_REV= 85 +PKGNAME= tex-${DISTNAME}-0.2 +MASTER_SITES= http://ftp.ktug.or.kr/KTUG/texlive/2010/archive/ +DIST_SUBDIR= ${PKGNAME} +TEXLIVE_REV= 3 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://project.ktug.or.kr/ko.TeX/ -COMMENT= Development version of tex-kotex +COMMENT= ko.TeX macros for luatex and xetex DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath DEPENDS+= tex-euenc-[0-9]*:../../fonts/tex-euenc DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex -DEPENDS+= tex-kotex-[0-9]*:../../print/tex-kotex -DEPENDS+= tex-kotex-base-[0-9]*:../../fonts/tex-kotex-base +DEPENDS+= tex-kotex>=0.2:../../print/tex-kotex +DEPENDS+= tex-kotex-base>=0.2:../../fonts/tex-kotex-base DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm DEPENDS+= tex-memoir-[0-9]*:../../print/tex-memoir DEPENDS+= tex-moreverb-[0-9]*:../../print/tex-moreverb |