diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-16 20:46:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-16 20:46:59 +0000 |
commit | bbf7ed470f7f52104a35a64c2bfd77ea49119289 (patch) | |
tree | 4ae6f05edc2d4110e2eb437663834fb2caa59c10 /games/qix | |
parent | f9180bb7432f48749490b3653b9f453ab8841a89 (diff) | |
download | ports-bbf7ed470f7f52104a35a64c2bfd77ea49119289.tar.gz ports-bbf7ed470f7f52104a35a64c2bfd77ea49119289.zip |
Notes
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 |