- use ERRORS here

This commit is contained in:
jasper 2010-04-15 07:11:54 +00:00
parent 2f1f78c0d6
commit 9fe0a9c3c2
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/03/20 16:59:14 jasper Exp $
# $OpenBSD: Makefile,v 1.26 2010/04/15 07:11:54 jasper Exp $
COMMENT-main= Quake/Quake-world client
COMMENT-server= Quake world server
@ -56,7 +56,7 @@ WANTLIB-main= X11 Xext c m pthread-stubs xcb
CONFIGURE_ARGS+= --with-opengl=yes --with-opengl-includes=${X11BASE}/include
WANTLIB+= GL X11 Xext pthread
.else
BROKEN= choose either sdl, ggi, gl or x11
ERRORS+= choose either sdl, ggi, gl or x11
.endif
WRKDIST= ${WRKDIR}/quakeforge

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/02/13 12:20:23 landry Exp $
# $OpenBSD: Makefile,v 1.26 2010/04/15 07:11:54 jasper Exp $
COMMENT= X11 version of the popular board game
@ -37,7 +37,7 @@ FLAVORS= en fr
FLAVOR?= en
.if ${FLAVOR} != "en" && ${FLAVOR} != "fr"
BROKEN= you must choose (only) one language: ${FLAVORS}
ERRORS+= you must choose (only) one language: ${FLAVORS}
.endif
.if ${FLAVOR} == "en"