aboutsummaryrefslogtreecommitdiffstats
path: root/math/xlispstat
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-08-20 15:35:23 +0800
committerasami <asami@FreeBSD.org>1998-08-20 15:35:23 +0800
commitd32a147f1fee0fbdc21b16e9de27df4c9658bc7f (patch)
tree79b583bae2353f64c14407205db957b5227a5762 /math/xlispstat
parent6d07a8d43351535afe9b6be5419b8311cd7034a0 (diff)
downloadfreebsd-ports-gnome-d32a147f1fee0fbdc21b16e9de27df4c9658bc7f.tar.gz
freebsd-ports-gnome-d32a147f1fee0fbdc21b16e9de27df4c9658bc7f.tar.zst
freebsd-ports-gnome-d32a147f1fee0fbdc21b16e9de27df4c9658bc7f.zip
Mark these ports broken if DISPLAY not set.
Diffstat (limited to 'math/xlispstat')
-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>