diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-17 04:46:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-17 04:46:59 +0800 |
commit | a9ffe1ed8190d0cf48d905555ec73065438911dd (patch) | |
tree | 158251f434118e26b1f3f276841f46949ebc2c64 /games/qix | |
parent | 5b055f739460e2b17b525f870fe2695b813c3fa6 (diff) | |
download | freebsd-ports-gnome-a9ffe1ed8190d0cf48d905555ec73065438911dd.tar.gz freebsd-ports-gnome-a9ffe1ed8190d0cf48d905555ec73065438911dd.tar.zst freebsd-ports-gnome-a9ffe1ed8190d0cf48d905555ec73065438911dd.zip |
Change BROKEN to IGNORE when no X session is present. Will only affect
the build cluster.
Approved by: maintainer
Diffstat (limited to 'games/qix')
-rw-r--r-- | games/qix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/qix/Makefile b/games/qix/Makefile index 3755b7aa8585..4436602c1051 100644 --- a/games/qix/Makefile +++ b/games/qix/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .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= qix.1 |