diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-08-03 19:15:37 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-08-03 19:15:37 +0000 |
commit | cff590b20674acdcc08377325ed74d348fce4a61 (patch) | |
tree | 609e01cd499ebc634f60774a11ad68d31f8066c6 /japanese/latex2html | |
parent | 379edd924db599716f61b9bbf6d3a315543d3e34 (diff) | |
download | ports-cff590b20674acdcc08377325ed74d348fce4a61.tar.gz ports-cff590b20674acdcc08377325ed74d348fce4a61.zip |
Notes
Diffstat (limited to 'japanese/latex2html')
-rw-r--r-- | japanese/latex2html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index 9026f13cd3e6..cf8df80c2151 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -7,7 +7,7 @@ PORTNAME= latex2html PORTVERSION= ${VERSION}j${JP_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/${PORTNAME} @@ -20,8 +20,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ixtl@utmc.or.jp COMMENT= Japanese LaTeX2HTML with JA patch -RUN_DEPENDS= platex:${PORTSDIR}/japanese/ptex-tetex \ - dvips:${PORTSDIR}/japanese/dvipsk \ +BUILD_DEPENDS= platex:${PORTSDIR}/japanese/ptex-tetex +RUN_DEPENDS= dvips:${PORTSDIR}/japanese/dvipsk \ gs:${PORTSDIR}/japanese/ghostscript-gnu-jpnfont \ anytopnm:${PORTSDIR}/graphics/netpbm |