Change BROKEN to IGNORE when no X session is present. Will only affect
the build cluster. Approved by: maintainer
This commit is contained in:
parent
bbf7ed470f
commit
1d3cc712cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109290
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user