diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-11-02 14:46:14 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-11-02 14:46:14 +0000 |
commit | 17cd24b89d3eb93540aec2a340e9a13ffe7526db (patch) | |
tree | fb18b865db7e1f7471974df319f480d5319b8b16 /print/yatex | |
parent | Unbreak net/gnomeicu by adding libiconv dependency. (diff) |
Typo
Pointed out by: asami
Notes
Notes:
svn path=/head/; revision=34644
Diffstat (limited to 'print/yatex')
-rw-r--r-- | print/yatex/Makefile | 2 |
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 |