summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/xvile/Makefile4
1 files changed, 2 insertions, 2 deletions
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