summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-03-11 14:54:48 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-03-11 14:54:48 +0000
commit56b712ffb37da78f16f4c9fd6db35e88805599f7 (patch)
tree6809055521fff79ac79cbfb597c51f760490bb9a /x11
parentUpgrade to DGD 1.0.9.1 (diff)
Mark emu as an interactive port. It uses xrdb that fails without a valid
DISPLAY variable that is normally not set if you run a "make BATCH=yes".
Notes
Notes: svn path=/head/; revision=1122
Diffstat (limited to 'x11')
-rw-r--r--x11/emu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile
index 091cf080dd42..fbe1cc9a7b73 100644
--- a/x11/emu/Makefile
+++ b/x11/emu/Makefile
@@ -14,5 +14,6 @@ WRKSRC= ${WRKDIR}/emu
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
# NO_INSTALL_MANPAGES= yes
+IS_INTERACTIVE= yes
.include <bsd.port.mk>