diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-07-20 12:18:23 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-07-20 12:18:23 +0000 |
commit | b4c6638eb755aa512d0f785ae9c4e05574e0fdea (patch) | |
tree | af94187bedef7db9bbd5a2826e62fb922553979a /audio | |
parent | 1d04b9fb7c637908b61882db7ba297cf1994947e (diff) | |
download | pkgsrc-b4c6638eb755aa512d0f785ae9c4e05574e0fdea.tar.gz |
Don't assume that a set DISPLAY is a working one. This package is
interactive.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 182330622a4..01f0c6bf581 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/06/18 16:15:11 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/07/20 12:18:23 frueauf Exp $ # DISTNAME= timidity-0.2i @@ -18,9 +18,8 @@ DEPENDS+= tk-8.0p2:../../x11/tk80 NO_CDROM= "Uses copyrighted patches" # this pkg opens some X connectin -.ifndef DISPLAY IS_INTERACTIVE= yes -.endif + EXTRACT_ONLY= ${DISTNAME}.tar.gz INSTALL_TARGET= install.all |