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 /editors/semi113-xemacs21-mule | |
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 'editors/semi113-xemacs21-mule')
-rw-r--r-- | editors/semi113-xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/semi113-xemacs21-mule/Makefile b/editors/semi113-xemacs21-mule/Makefile index 62d33be..e9295a9 100644 --- a/editors/semi113-xemacs21-mule/Makefile +++ b/editors/semi113-xemacs21-mule/Makefile @@ -28,7 +28,7 @@ INSTALL_TARGET= install-package # whether building info files by emacs or makeinfo BUILD_INFO_BY_EMACS= YES # texinfo packages -BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-packages +BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |