diff options
author | ats <ats@FreeBSD.org> | 1995-03-11 22:54:48 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-11 22:54:48 +0800 |
commit | c65b33cfa449becb386a3605aeb16af8e8eff5bd (patch) | |
tree | 968d66612c91ea04ddff7fe86ba7ff653d365975 /x11 | |
parent | e07e0bb0506bb145a0c5c9d55e3a56f1f876feb4 (diff) | |
download | freebsd-ports-gnome-c65b33cfa449becb386a3605aeb16af8e8eff5bd.tar.gz freebsd-ports-gnome-c65b33cfa449becb386a3605aeb16af8e8eff5bd.tar.zst freebsd-ports-gnome-c65b33cfa449becb386a3605aeb16af8e8eff5bd.zip |
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".
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> |