pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/metacity Should be elif in the last commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a40b13d3f462
branches:  trunk
changeset: 530052:a40b13d3f462
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 15 17:43:13 2007 +0000

description:
Should be elif in the last commit.

diffstat:

 wm/metacity/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r abe1f6f71206 -r a40b13d3f462 wm/metacity/Makefile
--- a/wm/metacity/Makefile      Fri Jun 15 17:41:54 2007 +0000
+++ b/wm/metacity/Makefile      Fri Jun 15 17:43:13 2007 +0000
@@ -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 @@
 
 .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
 



Home | Main Index | Thread Index | Old Index