summaryrefslogtreecommitdiff
path: root/print/ja-ptex
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-02-07 20:02:33 +0000
committerminskim <minskim@pkgsrc.org>2011-02-07 20:02:33 +0000
commit578f4bb46a9c92ea66f0d03dfba2ca9ad8fc395f (patch)
treedcc6f111c6e96e660f691ec254e45b08d3bc5b83 /print/ja-ptex
parent699429b9ecbdf30c8e3734b44cd11f3919cfc632 (diff)
downloadpkgsrc-578f4bb46a9c92ea66f0d03dfba2ca9ad8fc395f.tar.gz
Let ja-ptex depend on pTeX from TeX Live.
Diffstat (limited to 'print/ja-ptex')
-rw-r--r--print/ja-ptex/MESSAGE13
-rw-r--r--print/ja-ptex/Makefile14
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"