diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-16 20:48:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-16 20:48:07 +0000 |
commit | 1d3cc712cff72fef92ed75f9f4df65a7b60127d6 (patch) | |
tree | d29cba1c7cdda847fa433acd37b59dfd2d50f929 /x11/xgrab | |
parent | Change BROKEN to IGNORE when no X session is present. Will only affect (diff) |
Change BROKEN to IGNORE when no X session is present. Will only affect
the build cluster.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=109290
Diffstat (limited to 'x11/xgrab')
-rw-r--r-- | x11/xgrab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |