summaryrefslogtreecommitdiff
path: root/wm/metacity
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-15 17:43:13 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-15 17:43:13 +0000
commit74947f60c5dd614add9fc2cbe1b67dbcf9f6b735 (patch)
tree1a8c7d5f431214d511d15d68f797f0c670f95941 /wm/metacity
parentbe773dfd04261258b377bcaa769f0beb4c806c02 (diff)
downloadpkgsrc-74947f60c5dd614add9fc2cbe1b67dbcf9f6b735.tar.gz
Should be elif in the last commit.
Diffstat (limited to 'wm/metacity')
-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