1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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".
This commit is contained in:
Andreas Schulz 1995-03-11 14:54:48 +00:00
parent e8f02048f0
commit 56b712ffb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1122

View File

@ -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>