summaryrefslogtreecommitdiff
path: root/x11/emu
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-20 07:35:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-20 07:35:23 +0000
commit9111e6f1b500bfc9a532733517adf0a7aef94bc4 (patch)
treef39768de1d4dce74bb0030955a2729414e35d2f6 /x11/emu
parentMake this fetchable again. (diff)
Mark these ports broken if DISPLAY not set.
Notes
Notes: svn path=/head/; revision=12676
Diffstat (limited to 'x11/emu')
-rw-r--r--x11/emu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile
index c9e6e1da197f..8f6ea811ae87 100644
--- a/x11/emu/Makefile
+++ b/x11/emu/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.10 1996/11/18 09:55:23 asami Exp $
+# $Id: Makefile,v 1.11 1997/03/06 04:50:09 asami Exp $
#
DISTNAME= emu-1.31
@@ -14,9 +14,10 @@ MASTER_SITE_SUBDIR= applications
MAINTAINER= me@FreeBSD.org
+.if !defined(DISPLAY)
+BROKEN= Requires an X Display to build
+.endif
USE_IMAKE= yes
-# only needs to connect to X server to run xrdb
-#IS_INTERACTIVE= yes
WRKSRC= ${WRKDIR}/emu
pre-configure: