From 393e33f78a94f1a6a99366346841a46ca8795053 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 26 Aug 1999 14:51:47 +0000 Subject: Use "--with-dialogs=athena" instead of "--with-dialogs=athena3d" if "${XAW_TYPE}" is set to "standard". Fixes PR pkg/8279. --- editors/xemacs/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'editors/xemacs') diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 4865c6a022c..ce922d07323 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/08/25 13:37:35 agc Exp $ +# $NetBSD: Makefile,v 1.13 1999/08/26 14:51:47 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.6 @@ -32,7 +32,11 @@ BUILD_DEFS+= USE_XFACE XAW_TYPE?= 3d +.if (${XAW_TYPE} == "standard") +WITH_DIALOGS= --with-dialogs=athena +.else WITH_DIALOGS= --with-dialogs=athena3d +.endif .if defined(USE_XFACE) && ${USE_XFACE} == YES WITH_XFACE= --with-xface=yes -- cgit v1.2.3