diff options
author | hubertf <hubertf> | 1998-05-08 22:43:37 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-05-08 22:43:37 +0000 |
commit | fa079d609c41740cf98a15c4d0b5bbdd3efd5052 (patch) | |
tree | 5d34c73d7ebdeae20569884230b98cc6a6451db4 /misc | |
parent | 951ca54922a3fc2a9432c7eb2bf5e316dfaf55ab (diff) | |
download | pkgsrc-fa079d609c41740cf98a15c4d0b5bbdd3efd5052.tar.gz |
IS_INTERACTIVE, wants X during setup
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dotfile/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 7af4fac0a6d..5e36c5bb9cf 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/24 09:20:35 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/05/08 22:43:37 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -11,6 +11,10 @@ MAINTAINER= oly@world.std.com DEPENDS+= tk-8.0p2:../../x11/tk80 RUN_DEPENDS= wish8.0:../../x11/tk80 +# this pkg opens some X connectin +.ifndef DISPLAY +IS_INTERACTIVE= yes +.endif GNU_CONFIGURE= yes MAN1= dotfile.1 |