diff options
author | kris <kris@FreeBSD.org> | 2004-12-22 19:29:21 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-22 19:29:21 +0000 |
commit | 2fdfccc423cd0e59dccc1d9c8c38a9066c76f31e (patch) | |
tree | a6af4eb4fb2f399a720e6012a190953028dbcb67 /japanese/latex2html | |
parent | f88d42a4e55129256cf44b1e86ecc5d96b73936d (diff) | |
download | FreeBSD-ports-2fdfccc423cd0e59dccc1d9c8c38a9066c76f31e.zip FreeBSD-ports-2fdfccc423cd0e59dccc1d9c8c38a9066c76f31e.tar.gz |
Correct quoting of DEPRECATED
Diffstat (limited to 'japanese/latex2html')
-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 9d502e9..874ed78 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 \ |