diff options
author | shige <shige@FreeBSD.org> | 2000-07-17 06:17:34 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-07-17 06:17:34 +0000 |
commit | b61b65066e92b71cc8ef3dc3470821e1bfe3a76f (patch) | |
tree | 286f9873e8bcca6f966af29c7bcc7ef1d7732504 /print/yatex/Makefile | |
parent | b8e6f61ca7950949418e5a42046300f73ee78a1b (diff) | |
download | FreeBSD-ports-b61b65066e92b71cc8ef3dc3470821e1bfe3a76f.zip FreeBSD-ports-b61b65066e92b71cc8ef3dc3470821e1bfe3a76f.tar.gz |
Change dependency from texinfo.el to texinfmt.el.
Texinfo.el is a major mode elisp for editing Texinfo files.
Texinfmt.el is for formatting Texinfo files into Info files.
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Diffstat (limited to 'print/yatex/Makefile')
-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 2b6c58d..467f359 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -15,7 +15,7 @@ MAINTAINER= taoka@FreeBSD.org .if defined(XEMACS-MULE) BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs21-canna \ - {LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages \ + {LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages \ nkf:${PORTSDIR}/japanese/nkf .endif PKGINSTALL= ${WRKDIR}/INSTALL |