diff options
author | tron <tron> | 2000-01-06 22:55:04 +0000 |
---|---|---|
committer | tron <tron> | 2000-01-06 22:55:04 +0000 |
commit | bfce5224693389dca6499ef714d5a33aa95896e9 (patch) | |
tree | 2097d3b8d87aebab19048b734c7dce8255f93074 /audio | |
parent | 06b4ddba80b518c9f710c6f7e444e913e0d411f1 (diff) | |
download | pkgsrc-bfce5224693389dca6499ef714d5a33aa95896e9.tar.gz |
This package requires Tk not only Tcl. Problem noted by Bjoern Labitzke
on "tech-pkg@netbsd.org".
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 0be7a1f433c..e1b1c37373c 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/11/24 13:49:02 hubertf Exp $ +# $NetBSD: Makefile,v 1.22 2000/01/06 22:55:04 tron Exp $ # DISTNAME= timidity-0.2i @@ -12,7 +12,7 @@ HOMEPAGE= http://www.cgs.fi/~tt/timidity/ BUILD_DEPENDS= unzip:../../archivers/unzip DEPENDS+= ncurses-4.2:../../devel/ncurses -DEPENDS+= tcl-8.0.5:../../lang/tcl80 +DEPENDS+= tk-8.0.5:../../x11/tk80 NO_CDROM= "Uses copyrighted patches" |