FLAVOR:L -> FLAVOR

This commit is contained in:
espie 2012-03-09 10:58:36 +00:00
parent 88ea86a07a
commit 6cb221c775
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2011/01/03 10:44:41 jasper Exp $
# $OpenBSD: Makefile,v 1.22 2012/03/09 10:58:36 espie Exp $
VERSION= 2010-07-27
PKGNAME= xemacs-sumo-21.${VERSION:S/-//g}
@ -31,7 +31,7 @@ SUBST_VARS= MULE
FLAVORS=mule
FLAVOR?=
.if ${FLAVOR:L:Mmule}
.if ${FLAVOR:Mmule}
DISTFILES+= ${SUP_mule}
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2011/08/01 02:13:45 jolan Exp $
# $OpenBSD: Makefile,v 1.10 2012/03/09 10:58:36 espie Exp $
COMMENT= clone of atari game
DISTNAME= moon-lander-1.0
@ -27,7 +27,7 @@ WRKDIST= ${WRKDIR}/moon-lander
FLAVORS= no_sound
FLAVOR?=
.if ${FLAVOR:L:Mno_sound}
.if ${FLAVOR:Mno_sound}
CFLAGS+= -DNOSOUND
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.89 2011/11/16 12:43:23 kili Exp $
# $OpenBSD: Makefile,v 1.90 2012/03/09 10:59:54 espie Exp $
COMMENT= GNU PostScript interpreter
@ -108,7 +108,7 @@ INSTALL_TARGET_NON_SHARED-Yes = install
SOC_LIBS = -liconv -pthread
.if ${FLAVOR:L:Ma4}
.if ${FLAVOR:Ma4}
CFLAGS+= -DA4
.endif
@ -119,9 +119,9 @@ CFLAGS+= -DA4
# drivers, we can have a default output device set to x11 and a working
# 'display' driver without enforcing the gtk FLAVOR.
.if ${FLAVOR:L:Mgtk} && ${FLAVOR:L:Mno_x11}
.if ${FLAVOR:Mgtk} && ${FLAVOR:Mno_x11}
ERRORS+= "Fatal: Conflicting flavors: ${FLAVOR}"
.elif ${FLAVOR:L:Mgtk}
.elif ${FLAVOR:Mgtk}
LIB_DEPENDS+= x11/gtk+2
MODULES+= devel/gettext
WANTLIB+= GL Xcomposite Xcursor Xdamage Xfixes Xi Xinerama
@ -143,7 +143,7 @@ GTK_DEVICES=
NOGTK_DEVICES= display
.endif
.if !${FLAVOR:L:Mno_x11}
.if !${FLAVOR:Mno_x11}
# XXX -freetype flags should be set with FT_CFLAGS and FT_LIBS
CFLAGS+= -I${X11BASE}/include \
-I${X11BASE}/include/freetype2