diff options
Diffstat (limited to 'audio')
-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 306d1a61413..adeee98729f 100644 --- a/audio/liveice/Makefile +++ b/audio/liveice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/05/27 21:30:28 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/31 11:08:58 minskim 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.0:../../x11/tk83 +DEPENDS+= tk>=8.0:../../x11/tk GNU_CONFIGURE= YES DIST_SUBDIR= liveice-0.20001121 |