summaryrefslogtreecommitdiff
path: root/math/xlispstat
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-09-05 23:13:07 +0000
committerdmcmahill <dmcmahill>2000-09-05 23:13:07 +0000
commitc5b776b917f446e743ca90ccd2fd9bb2e2333798 (patch)
treec34a599f46f915e9c1010d39f18e866b8e4dc790 /math/xlispstat
parentaa37c7e0b71d06d3d05ae1475ffb453dab768c87 (diff)
downloadpkgsrc-c5b776b917f446e743ca90ccd2fd9bb2e2333798.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/Makefile5
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"