aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/xlispstat/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile
index 4f9c5b0d73e6..6f93fcbe4132 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.5 1997/03/06 05:10:57 asami Exp $
+# $Id: Makefile,v 1.6 1997/08/11 15:10:33 erich Exp $
#
DISTNAME= xlispstat-3-44
@@ -13,8 +13,9 @@ MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/old/3-44/
MAINTAINER= erich@FreeBSD.org
+.if !defined(DISPLAY)
+BROKEN= Requires an X Display to build
+.endif
HAS_CONFIGURE= yes
-# needs to connect to X server while build
-#IS_INTERACTIVE= yes
.include <bsd.port.mk>