From fce6dc0f2964f06dc18f8ee126490a9466346604 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 27 Feb 2005 11:56:10 +0000 Subject: Use .else, not .elseif with no clause (should be .elif anyway...). --- wm/fluxbox/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wm') diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile index 7aabd4e220e..4f86636b8c1 100644 --- a/wm/fluxbox/Makefile +++ b/wm/fluxbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/10/03 00:18:22 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/02/27 11:56:10 wiz Exp $ # DISTNAME= fluxbox-0.9.10 @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --enable-kde FLUXBOX_USE_GNOME?= NO .if !empty(FLUXBOX_USE_GNOME:M[Yy][Ee][Ss]) CONFIGURE_ARGS+= --enable-gnome -.elseif +.else CONFIGURE_ARGS+= --disable-gnome .endif @@ -39,7 +39,7 @@ FLUXBOX_USE_XFT?= YES .if !empty(FLUXBOX_USE_XFT:M[Yy][Ee][Ss]) CONFIGURE_ARGS+= --enable-xft .include "../../fonts/Xft2/buildlink3.mk" -.elseif +.else CONFIGURE_ARGS+= --disable-xft .endif -- cgit v1.2.3