diff options
author | minskim <minskim> | 2011-02-07 20:02:33 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-02-07 20:02:33 +0000 |
commit | 8bb590409c520347b455a43e8fd2a15fb6df451f (patch) | |
tree | dcc6f111c6e96e660f691ec254e45b08d3bc5b83 /print | |
parent | 2b25ccaefe1f3b611312b0d6122d3b02b166e3db (diff) | |
download | pkgsrc-8bb590409c520347b455a43e8fd2a15fb6df451f.tar.gz |
Let ja-ptex depend on pTeX from TeX Live.
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-ptex/MESSAGE | 13 | ||||
-rw-r--r-- | print/ja-ptex/Makefile | 14 |
2 files changed, 6 insertions, 21 deletions
diff --git a/print/ja-ptex/MESSAGE b/print/ja-ptex/MESSAGE deleted file mode 100644 index c365e0dd73c..00000000000 --- a/print/ja-ptex/MESSAGE +++ /dev/null @@ -1,13 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2005/01/19 12:22:36 kei Exp $ - -You may want to use the following programs with ja-ptex meta-package -for Japanese pTeX/pLaTeX documents. - - typeset TeX file: ptex, platex - preview DVI file: vfxdvi - get PS file: pdvips - preview PS file: gv (another package) - get PDF file: dvipdfmx - preview PDF file: gv, acroread, acroread5 (another package) -=========================================================================== diff --git a/print/ja-ptex/Makefile b/print/ja-ptex/Makefile index bae8e0ccc29..8b31bfd6ac9 100644 --- a/print/ja-ptex/Makefile +++ b/print/ja-ptex/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2009/09/02 08:34:14 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2011/02/07 20:02:33 minskim Exp $ -DISTNAME= ja-ptex-1.0 -PKGREVISION= 3 +DISTNAME= ja-ptex-2.0 CATEGORIES= meta-pkgs print japanese MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,11 +8,10 @@ COMMENT= Meta-package for pTeX et al, supports Japanese language META_PACKAGE= # empty -DEPENDS+= ja-ptex-bin>=3.1.9:../../print/ja-ptex-bin +DEPENDS+= tex-ptex>=3.1.9:../../print/tex-ptex DEPENDS+= ja-jsclasses>=030624nb3:../../print/ja-jsclasses -DEPENDS+= ja-vfxdvik>=22.40v.j1.14nb9:../../print/ja-vfxdvik -DEPENDS+= dvipdfmx>=0.0.0.20021230nb1:../../print/dvipdfmx - -MESSAGE_SRC= ${PKGDIR}/MESSAGE +DEPENDS+= ja-vfxdvik>=22.40v.j1.14nb15:../../print/ja-vfxdvik +DEPENDS+= dvipdfmx>=20100328nb1:../../print/dvipdfmx +DEPENDS+= pdvipsk>=5.98pl1.7b:../../print/pdvipsk .include "../../mk/bsd.pkg.mk" |