diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 05:10:57 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 05:10:57 +0000 |
commit | fbaee40ee422ac351854d256dd3dde6decc73e3d (patch) | |
tree | 4ac0e420a7468f0f638d0f6f7d863a63b485b3b9 /math | |
parent | a64848d9843ee5ac65e8ac4a95180a402f5961e5 (diff) | |
download | FreeBSD-ports-fbaee40ee422ac351854d256dd3dde6decc73e3d.zip FreeBSD-ports-fbaee40ee422ac351854d256dd3dde6decc73e3d.tar.gz |
Comment out IS_INTERACTIVE, only needs to connect to X server.
Diffstat (limited to 'math')
-rw-r--r-- | math/xlispstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index a85a8ba..c0ff628 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -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> |