diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/liveice/Makefile | 4 | ||||
-rw-r--r-- | audio/tcl-snack/Makefile | 4 | ||||
-rw-r--r-- | audio/wavesurfer/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/liveice/Makefile b/audio/liveice/Makefile index aea2a17a518..d65cdee8b5c 100644 --- a/audio/liveice/Makefile +++ b/audio/liveice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:22:46 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/08 20:27:13 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/tk +DEPENDS+= tk>=8.0:../../x11/tk83 GNU_CONFIGURE= YES DIST_SUBDIR= liveice-0.20001121 diff --git a/audio/tcl-snack/Makefile b/audio/tcl-snack/Makefile index 9f5165c4375..514c079e974 100644 --- a/audio/tcl-snack/Makefile +++ b/audio/tcl-snack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:07:43 agc Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/08 20:27:13 minskim Exp $ DISTNAME= snack2.2 PKGNAME= tcl-snack-2.2 @@ -15,5 +15,5 @@ USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_X11= YES -.include "../../x11/tk/buildlink2.mk" +.include "../../x11/tk83/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/wavesurfer/Makefile b/audio/wavesurfer/Makefile index c3441942326..69700b05fa1 100644 --- a/audio/wavesurfer/Makefile +++ b/audio/wavesurfer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/09/10 20:44:18 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/08 20:27:13 minskim Exp $ DISTNAME= wavesurfer-1.4.6 CATEGORIES= audio @@ -16,5 +16,5 @@ do-install: ${CP} -R ${WRKSRC}/wsurf1.4 ${PREFIX}/lib/ .include "../../audio/tcl-snack/buildlink2.mk" -.include "../../x11/tk/buildlink2.mk" +.include "../../x11/tk83/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |