Comment out IS_INTERACTIVE, only needs to connect to X server.

This commit is contained in:
Satoshi Asami 1997-03-06 05:10:57 +00:00
parent 14bb6a412e
commit 2189522d61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5871

View file

@ -3,7 +3,7 @@
# Date created: Tue Aug 15 17:57:48 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.3 1995/11/22 13:14:04 asami Exp $
# $Id: Makefile,v 1.4 1996/11/18 11:32:48 asami Exp $
#
DISTNAME= xlispstat-3-44
@ -15,6 +15,6 @@ MAINTAINER= erich@FreeBSD.org
HAS_CONFIGURE= yes
# needs to connect to X server while build
IS_INTERACTIVE= yes
#IS_INTERACTIVE= yes
.include <bsd.port.mk>