diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-09-07 04:10:32 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-09-07 04:10:32 +0000 |
commit | 65340dd2a4fcbece656be4ff95ae2ce76095bf6d (patch) | |
tree | e5f266c8a71270dc93139d54c5ddce4f46539277 /math/xlispstat | |
parent | 013f01192864b4bcffe2b848d232372e6d5f4fb1 (diff) | |
download | pkgsrc-65340dd2a4fcbece656be4ff95ae2ce76095bf6d.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" |