diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-02 14:17:36 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-02 14:17:36 +0800 |
commit | a959a7ee9ed6dbc4e550451c51f12c3f9c0a472e (patch) | |
tree | db3f9c6b3f909fed2f4bab4daf4c05ceed92de10 /japanese | |
parent | ce523e9cecc864c0244582814976a4312c4d0238 (diff) | |
download | freebsd-ports-gnome-a959a7ee9ed6dbc4e550451c51f12c3f9c0a472e.tar.gz freebsd-ports-gnome-a959a7ee9ed6dbc4e550451c51f12c3f9c0a472e.tar.zst freebsd-ports-gnome-a959a7ee9ed6dbc4e550451c51f12c3f9c0a472e.zip |
- Some programs needed to build latex2html are listed in "RUN_DEPENDS".
Therefore some files are not installed and plist mismatch occurs.
- unbreak the port
PR: ports/104146
Submitted by: maintainer (SUGIMOTO Sadahiro)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/latex2html/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index 98ef224c9d8e..daf2aac8d97c 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -20,15 +20,11 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ixtl@utmc.or.jp COMMENT= Japanese LaTeX2HTML with JA patch -BUILD_DEPENDS= platex:${PORTSDIR}/japanese/ptex-tetex -RUN_DEPENDS= dvips:${PORTSDIR}/japanese/dvipsk \ +BUILD_DEPENDS= platex:${PORTSDIR}/japanese/ptex-tetex \ + dvips:${PORTSDIR}/japanese/dvipsk \ gs:${PORTSDIR}/japanese/ghostscript-gnu-jpnfont \ anytopnm:${PORTSDIR}/graphics/netpbm -BROKEN= Incorrect pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - VERSION= 2002.2.1 JP_VERSION= 2.0 |