diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-09-05 23:13:07 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-09-05 23:13:07 +0000 |
commit | 0be09b9e3cd96a0e83eb14bb50f489bfacee2c12 (patch) | |
tree | c34a599f46f915e9c1010d39f18e866b8e4dc790 /math/xlispstat | |
parent | 5fb2db37a1516bd9a46f340b6de407a8862b751b (diff) | |
download | pkgsrc-0be09b9e3cd96a0e83eb14bb50f489bfacee2c12.tar.gz |
remove IS_INTERACTIVE. When DISPLAY is not set (as in bulk builds), xlispstat
gives warnings during compilation, but they can be safely ignored as in this
phase no X functionality is needed.
Diffstat (limited to 'math/xlispstat')
-rw-r--r-- | math/xlispstat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 593c1566e94..3eb492fc982 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/10/04 21:41:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2000/09/05 23:13:07 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp # @@ -15,9 +15,6 @@ USE_X11BASE= yes NOT_FOR_PLATFORM= *-*-alpha #core dumps -.ifndef DISPLAY -IS_INTERACTIVE= yes -.endif ALL_TARGET= xlispstat .include "../../mk/bsd.prefs.mk" |