From a8bfa44725ed3267395c27d4cea74c63fa2d9e9d Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 25 Jun 2014 16:09:57 +0000 Subject: Fix build without texinfo in base --- editors/emacs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index b32e552f850d..1924fe6bbca2 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -28,7 +28,7 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \ EMACS_VER= 24.3 GNU_CONFIGURE= yes -USES= ncurses gmake pkgconfig shebangfix tar:xz +USES= ncurses gmake makeinfo pkgconfig shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info -- cgit