From a86089a5d0aaf3614121339734648163fcb0865a Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 26 Aug 2003 17:40:08 +0000 Subject: [PATCH] Require GNU make. Without, DOC-21.3.1 is mysteriously incremented to DOC-21.3.2. --- editors/emacs21/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 4b254540c9e..23918f6b1eb 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2003/07/18 13:58:09 brad Exp $ +# $OpenBSD: Makefile,v 1.16 2003/08/26 17:40:08 naddy Exp $ COMMENT= "GNU editor: extensible, customizable, self documenting" COMMENT-el= "elisp sources for those who want to read/modify them" @@ -32,6 +32,7 @@ FLAVOR?= GCCARCH= ${MACHINE_ARCH}-unknown-openbsd${OPSYS_VER} +USE_GMAKE= Yes CONFIGURE_STYLE= gnu dest CONFIGURE_ARGS= ${GCCARCH} --with-pop CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \