diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 05:10:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 05:10:57 +0000 |
commit | 2189522d617d494bac17037524feb9a6bb544d7a (patch) | |
tree | 78e529df27fcaaf57c128822c5285f5b4c89d563 /math/xlispstat/Makefile | |
parent | 14bb6a412e12adef67e2b3aa7be645f11316640c (diff) | |
download | ports-2189522d617d494bac17037524feb9a6bb544d7a.tar.gz ports-2189522d617d494bac17037524feb9a6bb544d7a.zip |
Notes
Diffstat (limited to 'math/xlispstat/Makefile')
-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 a85a8ba75923..c0ff6281ea3f 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> |