Change BROKEN to IGNORE when no X session is present. Will only affect
the build cluster.
This commit is contained in:
parent
1d3cc712cf
commit
f89b030b44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109291
@ -27,7 +27,7 @@ BUILD_DEPENDS+= xmkmf:${PORTSDIR}/x11/XFree86
|
||||
.endif
|
||||
|
||||
.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= emu.1
|
||||
|
Loading…
Reference in New Issue
Block a user