diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-22 19:29:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-22 19:29:21 +0000 |
commit | e877c9e5c7d7bfad0e7942c5a8422a0452c202ad (patch) | |
tree | 39a309f54567830fad0b7dae46a6f711a5fd8f04 /japanese | |
parent | - Update to version 1.2 (diff) |
Correct quoting of DEPRECATED
Notes
Notes:
svn path=/head/; revision=124840
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/latex2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index 9d502e91504b..874ed789d8c7 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -22,7 +22,7 @@ COMMENT= Japanese LaTeX2HTML with JA patch BROKEN= "Conflicting dependencies (ja-ptex-base and teTeX)" EXPIRATION_DATE=2005-02-18 -DEPRECATED= ${BROKEN} +DEPRECATED= "${BROKEN}" RUN_DEPENDS= platex:${PORTSDIR}/japanese/ptex \ dvips:${PORTSDIR}/japanese/dvipsk \ |