diff options
author | hubertf <hubertf> | 2000-09-07 04:10:32 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-07 04:10:32 +0000 |
commit | b83cee9494faa9193d779f6d0ae12f63858e6780 (patch) | |
tree | e5f266c8a71270dc93139d54c5ddce4f46539277 /math/xlispstat | |
parent | afc4d7a6940e639581122a0b53e5d70ad4bc0ec1 (diff) | |
download | pkgsrc-b83cee9494faa9193d779f6d0ae12f63858e6780.tar.gz |
This package builds if DISPLAY is not set at all, and if it's set to a
valid display that'll also accept connections. If DISPLAY is set to a
display that rejects connections, though.
Fix this by explicitly setting DISPLAY=.
Diffstat (limited to 'math/xlispstat')
-rw-r--r-- | math/xlispstat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 3eb492fc982..551ea858f28 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/09/05 23:13:07 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2000/09/07 04:10:32 hubertf Exp $ # FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp # @@ -23,4 +23,6 @@ ALL_TARGET= xlispstat MAKE_ENV+= CPPFLAGS= .endif +MAKE_ENV+= DISPLAY= # Prevent 'Rejected connection' + .include "../../mk/bsd.pkg.mk" |