diff options
author | hrs <hrs@FreeBSD.org> | 2005-08-03 19:15:37 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-08-03 19:15:37 +0000 |
commit | eec8ccdef98be26ce39339388b88b97a5f25fc90 (patch) | |
tree | 3dc23f28e991a52abf79f8e141333cb8eeee28ef /japanese | |
parent | fe0591226305a05cb8c82506e41d7aa9f9358d04 (diff) | |
download | FreeBSD-ports-eec8ccdef98be26ce39339388b88b97a5f25fc90.zip FreeBSD-ports-eec8ccdef98be26ce39339388b88b97a5f25fc90.tar.gz |
Unbreak the build and bump PORTREVISION because of dependency change
in the previous commit.
Approved by: portmgr (krion)
Diffstat (limited to 'japanese')
-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 9026f13..cf8df80 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 |