diff options
author | taoka <taoka@FreeBSD.org> | 2000-11-02 22:46:14 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-11-02 22:46:14 +0800 |
commit | 9b156a670406ddca8f6c67567c3529b80a102c1b (patch) | |
tree | c313e2ef9ad27ff1841fa0449d44d5e4b40b761d /print/yatex | |
parent | b3137beb168aeb2457b8256507c58ef4296c1782 (diff) | |
download | freebsd-ports-gnome-9b156a670406ddca8f6c67567c3529b80a102c1b.tar.gz freebsd-ports-gnome-9b156a670406ddca8f6c67567c3529b80a102c1b.tar.zst freebsd-ports-gnome-9b156a670406ddca8f6c67567c3529b80a102c1b.zip |
Typo
Pointed out by: asami
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 |