From bcda53930f10a4dbd90c7326885016fc9da034b3 Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 7 Sep 2000 09:09:24 +0000 Subject: fix Xaw check --- editors/xvile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index b6eaca9fb54..633e524e64b 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/09/06 15:02:09 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2000/09/07 09:09:24 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -36,7 +36,7 @@ EGDIR= ${PREFIX}/share/examples/xvile .include "../../mk/bsd.prefs.mk" -.if ${XAW_TYPE} == "3d" +.if defined(XAW_TYPE) && ${XAW_TYPE} == "3d" CONFIGURE_ARGS+= --with-screen=Xaw3d CONFIGURE_ARGS+= --with-Xaw3d .else -- cgit v1.2.3