summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-20 07:35:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-20 07:35:23 +0000
commit9111e6f1b500bfc9a532733517adf0a7aef94bc4 (patch)
treef39768de1d4dce74bb0030955a2729414e35d2f6 /math
parentMake this fetchable again. (diff)
Mark these ports broken if DISPLAY not set.
Notes
Notes: svn path=/head/; revision=12676
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>