diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-16 20:49:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-16 20:49:38 +0000 |
commit | f89b030b445c3404176e56c180d827b2f4ca49a6 (patch) | |
tree | 29c6b75e932e1c8b6c674c9d43fdd25655e118be /x11/emu | |
parent | 1d3cc712cff72fef92ed75f9f4df65a7b60127d6 (diff) | |
download | ports-f89b030b445c3404176e56c180d827b2f4ca49a6.tar.gz ports-f89b030b445c3404176e56c180d827b2f4ca49a6.zip |
Notes
Diffstat (limited to 'x11/emu')
-rw-r--r-- | x11/emu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile index 69053328cd7a..f59055e92e50 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -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 |