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