diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-15 17:43:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-15 17:43:13 +0000 |
commit | 74947f60c5dd614add9fc2cbe1b67dbcf9f6b735 (patch) | |
tree | 1a8c7d5f431214d511d15d68f797f0c670f95941 /wm | |
parent | be773dfd04261258b377bcaa769f0beb4c806c02 (diff) | |
download | pkgsrc-74947f60c5dd614add9fc2cbe1b67dbcf9f6b735.tar.gz |
Should be elif in the last commit.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/metacity/Makefile | 4 |
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 |