From b61b65066e92b71cc8ef3dc3470821e1bfe3a76f Mon Sep 17 00:00:00 2001 From: shige Date: Mon, 17 Jul 2000 06:17:34 +0000 Subject: 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 --- editors/wemi-xemacs21-mule/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/wemi-xemacs21-mule') diff --git a/editors/wemi-xemacs21-mule/Makefile b/editors/wemi-xemacs21-mule/Makefile index 2b60a5d42ec1..0a7e0a67c9ef 100644 --- a/editors/wemi-xemacs21-mule/Makefile +++ b/editors/wemi-xemacs21-mule/Makefile @@ -34,7 +34,7 @@ HAS_MULE= YES # 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 -- cgit