From dbc5584feaa524b07597404c91b53c29d4f0afcd Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 16 May 2004 20:48:07 +0000 Subject: Change BROKEN to IGNORE when no X session is present. Will only affect the build cluster. Approved by: maintainer --- x11/xgrab/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 0c2371a22c34..6dcbd44607e3 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -31,7 +31,7 @@ MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XMKMF= xmkmf .if !defined(DISPLAY) || ${DISPLAY} == "" -BROKEN= "Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X." +IGNORE= Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X. .endif MAN1= xgrab.1 xgrabsc.1 -- cgit