diff options
-rw-r--r-- | math/xlispstat/Makefile | 7 | ||||
-rw-r--r-- | x11/emu/Makefile | 7 |
2 files changed, 8 insertions, 6 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> diff --git a/x11/emu/Makefile b/x11/emu/Makefile index c9e6e1da197f..8f6ea811ae87 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -3,7 +3,7 @@ # Date created: 13 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.10 1996/11/18 09:55:23 asami Exp $ +# $Id: Makefile,v 1.11 1997/03/06 04:50:09 asami Exp $ # DISTNAME= emu-1.31 @@ -14,9 +14,10 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= me@FreeBSD.org +.if !defined(DISPLAY) +BROKEN= Requires an X Display to build +.endif USE_IMAKE= yes -# only needs to connect to X server to run xrdb -#IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/emu pre-configure: |