diff options
author | minskim <minskim> | 2004-12-31 11:08:58 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-31 11:08:58 +0000 |
commit | 6afe08d2809b7a387116a26169df7ffc1474555d (patch) | |
tree | 074e7ed5868a5b8919144c6f425997e191233681 /audio | |
parent | d03ba18b2599d66eac7b9253ef0558f6a054e867 (diff) | |
download | pkgsrc-6afe08d2809b7a387116a26169df7ffc1474555d.tar.gz |
Build with Tk-8.4 in default.
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 |