summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-10-04 21:41:03 +0000
committerhubertf <hubertf>1999-10-04 21:41:03 +0000
commit37fa9cd12971efe1432adde361c80ce33b040ac0 (patch)
treef04d97e5fe5f2b425a2645692bce31fe9bea80ac /math
parent02cf75792cb454333168ca7d70d7020435836286 (diff)
downloadpkgsrc-37fa9cd12971efe1432adde361c80ce33b040ac0.tar.gz
This package wants a valid $DISPLAY to build, just like gimp.
(Although it doesn't seem to open any windows :-/) Mark as interactive if $DISPLAY is not set.
Diffstat (limited to 'math')
-rw-r--r--math/xlispstat/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile
index d38aae69e94..593c1566e94 100644
--- a/math/xlispstat/Makefile
+++ b/math/xlispstat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/08/06 13:30:42 agc Exp $
+# $NetBSD: Makefile,v 1.8 1999/10/04 21:41:03 hubertf Exp $
# FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp
#
@@ -15,6 +15,9 @@ USE_X11BASE= yes
NOT_FOR_PLATFORM= *-*-alpha #core dumps
+.ifndef DISPLAY
+IS_INTERACTIVE= yes
+.endif
ALL_TARGET= xlispstat
.include "../../mk/bsd.prefs.mk"