diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-04-08 14:14:08 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-04-08 14:14:08 +0000 |
commit | ac031d61e35fb2db3a6a44e2b988b692f0406b15 (patch) | |
tree | b568b042f696aa84c458e5c4171fb85644684164 /japanese/platex-otf | |
parent | Update to 11.84. Changes include: (diff) |
Migrate japanese/ptex{,-base,-tetex} to japanese/ptex; the old version
of japanese/ptex has been removed and japanese/ptex-tetex has been
renamed with japanese/ptex. These are almost the same with each other
(actually ptex-tetex had some upper compatibility with ptex), so there
should be no functionality regression.
Also, dependencies of the relevant ports have been updated and
PORTREVISON bumped.
Notes
Notes:
svn path=/head/; revision=189484
Diffstat (limited to 'japanese/platex-otf')
-rw-r--r-- | japanese/platex-otf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/japanese/platex-otf/Makefile b/japanese/platex-otf/Makefile index 1a304c15d182..d1acf3ea640b 100644 --- a/japanese/platex-otf/Makefile +++ b/japanese/platex-otf/Makefile @@ -6,6 +6,7 @@ PORTNAME= platex-otf PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= hrs @@ -16,11 +17,11 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= A pLaTeX package for OpenType font support BUILD_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ - mktexlsr:${PORTSDIR}/japanese/ptex-tetex \ + mktexlsr:${PORTSDIR}/japanese/ptex \ ovp2ovf-old:${PORTSDIR}/print/tex-omegaware-old \ - pltotf-ptex:${PORTSDIR}/japanese/ptex-tetex + pltotf-ptex:${PORTSDIR}/japanese/ptex RUN_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ - platex:${PORTSDIR}/japanese/ptex-tetex \ + platex:${PORTSDIR}/japanese/ptex \ udvips:${PORTSDIR}/japanese/dvipsk \ dvipdfmx:${PORTSDIR}/print/dvipdfmx |