diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-24 13:49:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-24 13:49:02 +0000 |
commit | 5d0cac7144a98cf07c3dcd5936bde1ea5070cee1 (patch) | |
tree | 9b75815c2627de87a8d5cc33d3d7cf62a014ea04 /audio/timidity/Makefile | |
parent | d0bfd61054ee4a23a6c1ee74698615c0318053e8 (diff) | |
download | pkgsrc-5d0cac7144a98cf07c3dcd5936bde1ea5070cee1.tar.gz |
Make this package no longer interactive. Simple one, doing the TCL stuff
with tclsh instead of wish did the job.
Diffstat (limited to 'audio/timidity/Makefile')
-rw-r--r-- | audio/timidity/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 8554350b5c8..0be7a1f433c 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/07/06 07:54:59 jlam Exp $ +# $NetBSD: Makefile,v 1.21 1999/11/24 13:49:02 hubertf Exp $ # DISTNAME= timidity-0.2i @@ -12,13 +12,10 @@ HOMEPAGE= http://www.cgs.fi/~tt/timidity/ BUILD_DEPENDS= unzip:../../archivers/unzip DEPENDS+= ncurses-4.2:../../devel/ncurses -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tcl-8.0.5:../../lang/tcl80 NO_CDROM= "Uses copyrighted patches" -# this pkg opens some X connectin -IS_INTERACTIVE= yes - EXTRACT_ONLY= ${DISTNAME}.tar.gz INSTALL_TARGET= install.all |