diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-03-11 14:54:48 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-03-11 14:54:48 +0000 |
commit | 56b712ffb37da78f16f4c9fd6db35e88805599f7 (patch) | |
tree | 6809055521fff79ac79cbfb597c51f760490bb9a /x11 | |
parent | Upgrade 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/Makefile | 1 |
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> |