summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-03-06 04:50:09 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-03-06 04:50:09 +0000
commitfe0336effa76d81d87ed17d78598654322d5bba4 (patch)
tree7fb43ff8f5805112efcbcae5e754b09bae65f8e8 /x11
parentConditionalize question about file locking test to (diff)
Comment out IS_INTERACTIVE, only needs to connect to run xrdb.
Notes
Notes: svn path=/head/; revision=5869
Diffstat (limited to 'x11')
-rw-r--r--x11/emu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile
index aa162abdfb97..c9e6e1da197f 100644
--- a/x11/emu/Makefile
+++ b/x11/emu/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.9 1995/04/11 02:32:57 asami Exp $
+# $Id: Makefile,v 1.10 1996/11/18 09:55:23 asami Exp $
#
DISTNAME= emu-1.31
@@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= applications
MAINTAINER= me@FreeBSD.org
USE_IMAKE= yes
-IS_INTERACTIVE= yes
+# only needs to connect to X server to run xrdb
+#IS_INTERACTIVE= yes
WRKSRC= ${WRKDIR}/emu
pre-configure: