diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-05 19:51:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-05 19:51:13 +0000 |
commit | 022d07a5368497c263164eed27848d421b02336a (patch) | |
tree | 498f9ff3486fd89c83daf11581a2f30431077b10 /audio/liveice | |
parent | 966fe08a1693257bff873ed5fa9010e0da5c71ae (diff) | |
download | pkgsrc-022d07a5368497c263164eed27848d421b02336a.tar.gz |
Mechanical changes of tk DEPENDS:
tk-8.3.2 -> tk>=8.3.2
tk-[0-9]* -> tk>=8.0
tk-8.* -> tk>=8.0
Diffstat (limited to 'audio/liveice')
-rw-r--r-- | audio/liveice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/liveice/Makefile b/audio/liveice/Makefile index f83ea950da8..32c9f7c34fc 100644 --- a/audio/liveice/Makefile +++ b/audio/liveice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 13:30:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/05 19:51:13 jlam Exp $ # DISTNAME= liveice @@ -12,7 +12,7 @@ COMMENT= Source client for Icecast DEPENDS+= mpg123-0.5*:../../audio/mpg123 DEPENDS+= lame-3.*:../../audio/lame -DEPENDS+= tk-8.*:../../x11/tk +DEPENDS+= tk>=8.0:../../x11/tk GNU_CONFIGURE= YES DIST_SUBDIR= liveice-0.20001121 |