aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-03-06 12:50:09 +0800
committerasami <asami@FreeBSD.org>1997-03-06 12:50:09 +0800
commit55706aaf42bfb6ad8da72095cc4d1e3dbd1f860e (patch)
treef00c43cbea71be2e65241012dd17be41c755cab4 /x11
parent21a6d912bf626b94fc7e4ae67f181702f1dd11ef (diff)
downloadfreebsd-ports-gnome-55706aaf42bfb6ad8da72095cc4d1e3dbd1f860e.tar.gz
freebsd-ports-gnome-55706aaf42bfb6ad8da72095cc4d1e3dbd1f860e.tar.zst
freebsd-ports-gnome-55706aaf42bfb6ad8da72095cc4d1e3dbd1f860e.zip
Comment out IS_INTERACTIVE, only needs to connect to run xrdb.
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: