diff options
author | tron <tron> | 2000-01-06 22:55:04 +0000 |
---|---|---|
committer | tron <tron> | 2000-01-06 22:55:04 +0000 |
commit | 2b1737f955ec6c262ac9f8db36ae39474d68c1e6 (patch) | |
tree | 2097d3b8d87aebab19048b734c7dce8255f93074 /audio | |
parent | fea5e150c3c7ac0b0e710634692ecc34d7e73726 (diff) | |
download | pkgsrc-2b1737f955ec6c262ac9f8db36ae39474d68c1e6.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" |