diff options
author | kris <kris@FreeBSD.org> | 2004-12-23 03:29:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-23 03:29:21 +0800 |
commit | 2fdfccc423cd0e59dccc1d9c8c38a9066c76f31e (patch) | |
tree | a6af4eb4fb2f399a720e6012a190953028dbcb67 /japanese | |
parent | f88d42a4e55129256cf44b1e86ecc5d96b73936d (diff) | |
download | freebsd-ports-gnome-2fdfccc423cd0e59dccc1d9c8c38a9066c76f31e.tar.gz freebsd-ports-gnome-2fdfccc423cd0e59dccc1d9c8c38a9066c76f31e.tar.zst freebsd-ports-gnome-2fdfccc423cd0e59dccc1d9c8c38a9066c76f31e.zip |
Correct quoting of DEPRECATED
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 \ |