pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fluxbox Use .else, not .elseif with no clause (shou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69af69534e22
branches:  trunk
changeset: 489852:69af69534e22
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 27 11:56:10 2005 +0000

description:
Use .else, not .elseif with no clause (should be .elif anyway...).

diffstat:

 wm/fluxbox/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a04c9910eadb -r 69af69534e22 wm/fluxbox/Makefile
--- a/wm/fluxbox/Makefile       Sun Feb 27 11:53:31 2005 +0000
+++ b/wm/fluxbox/Makefile       Sun Feb 27 11:56:10 2005 +0000
@@ -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 @@
 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 @@
 .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
 



Home | Main Index | Thread Index | Old Index