summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wm/metacity/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile
index e01f4e88fdb..95d06d82d2e 100644
--- a/wm/metacity/Makefile
+++ b/wm/metacity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2007/06/15 17:41:54 joerg Exp $
+# $NetBSD: Makefile,v 1.70 2007/06/15 17:43:13 joerg Exp $
#
DISTNAME= metacity-2.18.2
@@ -24,7 +24,7 @@ GCONF2_SCHEMAS= metacity.schemas
.if ${X11_TYPE} != "native"
.include "../../x11/libXinerama/buildlink3.mk"
-.else !exists(${X11BASE}/lib/libXinerama.so)
+.elif !exists(${X11BASE}/lib/libXinerama.so)
CONFIGURE_ARGS+= --disable-xinerama
.endif