diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-07-28 10:49:49 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-07-28 10:49:49 +0000 |
commit | 917bd5ad66ce48dfc11d6756bbfe42421ea78721 (patch) | |
tree | acf07d81094928700a98f72e10a34f8fe5fcf4b8 /misc | |
parent | 9e6e5ca87b93ecdd5a3f995e9d5b6820205f0cbe (diff) | |
download | pkgsrc-917bd5ad66ce48dfc11d6756bbfe42421ea78721.tar.gz |
Don't assume a set $DISPLAY is a working one. This package is interactive.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dotfile/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index eb319762c6a..aedf51acae8 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/07/14 10:56:16 frueauf Exp $ +# $NetBSD: Makefile,v 1.11 1998/07/28 10:49:49 frueauf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -12,9 +12,8 @@ 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 do-build: |