From 1547a9583872ce1ccf230134b40ae06fb066a2a3 Mon Sep 17 00:00:00 2001 From: markd Date: Thu, 5 Jun 2003 12:09:17 +0000 Subject: Add EMACS_USE_XAW3D variable to control whether emacs builds against Xaw3D to have a "pretty" scrollbar. --- editors/emacs/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 40f0474dce5..075c7a068b4 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2003/06/02 01:20:10 jschauma Exp $ +# $NetBSD: Makefile,v 1.58 2003/06/05 12:09:17 markd Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-21.3 @@ -34,6 +34,10 @@ CONFIGURE_ARGS+= --with-gif .include "../../graphics/png/buildlink2.mk" CONFIGURE_ARGS+= --with-png +.if defined(EMACS_USE_XAW3D) && !empty(EMACS_USE_XAW3D:M[Yy][Ee][Ss]) +.include "../../x11/Xaw3d/buildlink2.mk" +.endif + .include "../../mk/bsd.prefs.mk" # This matches NetBSD <1.7 releases and 1.6A-1.6P, where ld is <2.13.2.1. -- cgit v1.2.3