summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-11-02 14:46:14 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-11-02 14:46:14 +0000
commit17cd24b89d3eb93540aec2a340e9a13ffe7526db (patch)
treefb18b865db7e1f7471974df319f480d5319b8b16 /print
parentUnbreak net/gnomeicu by adding libiconv dependency. (diff)
Typo
Pointed out by: asami
Notes
Notes: svn path=/head/; revision=34644
Diffstat (limited to 'print')
-rw-r--r--print/yatex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile
index bb8162938667..1d79245a9745 100644
--- a/print/yatex/Makefile
+++ b/print/yatex/Makefile
@@ -22,7 +22,7 @@ DIRSECTION= The Emacs editor and associated tools
EMACS_PORT_NAME?=emacs20
.if (${EMACS_PORT_NAME} == xemacs21-mule)
BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs21-canna \
- {LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages \
+ ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages \
nkf:${PORTSDIR}/japanese/nkf
.endif