diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-17 04:48:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-17 04:48:07 +0800 |
commit | dbc5584feaa524b07597404c91b53c29d4f0afcd (patch) | |
tree | 9717713e174600fe246d49b0480843e8054ecbf7 | |
parent | a9ffe1ed8190d0cf48d905555ec73065438911dd (diff) | |
download | freebsd-ports-gnome-dbc5584feaa524b07597404c91b53c29d4f0afcd.tar.gz freebsd-ports-gnome-dbc5584feaa524b07597404c91b53c29d4f0afcd.tar.zst freebsd-ports-gnome-dbc5584feaa524b07597404c91b53c29d4f0afcd.zip |
Change BROKEN to IGNORE when no X session is present. Will only affect
the build cluster.
Approved by: maintainer
-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 |