aboutsummaryrefslogtreecommitdiffstats
path: root/x11/emu
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-08-20 15:35:23 +0800
committerasami <asami@FreeBSD.org>1998-08-20 15:35:23 +0800
commitd32a147f1fee0fbdc21b16e9de27df4c9658bc7f (patch)
tree79b583bae2353f64c14407205db957b5227a5762 /x11/emu
parent6d07a8d43351535afe9b6be5419b8311cd7034a0 (diff)
downloadfreebsd-ports-gnome-d32a147f1fee0fbdc21b16e9de27df4c9658bc7f.tar.gz
freebsd-ports-gnome-d32a147f1fee0fbdc21b16e9de27df4c9658bc7f.tar.zst
freebsd-ports-gnome-d32a147f1fee0fbdc21b16e9de27df4c9658bc7f.zip
Mark these ports broken if DISPLAY not set.
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: