diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-08 20:27:13 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-08 20:27:13 +0000 |
commit | 6d2df071aa059de3b5c72343f8974fd0ac1ed543 (patch) | |
tree | a22a88a0ee3e38f7dc7ad6fe9c4f36034606ed4b /net | |
parent | e2de15adf0365b21b980695f5470de89fc11ad52 (diff) | |
download | pkgsrc-6d2df071aa059de3b5c72343f8974fd0ac1ed543.tar.gz |
Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
Diffstat (limited to 'net')
-rw-r--r-- | net/nam/Makefile | 4 | ||||
-rw-r--r-- | net/ns/Makefile | 4 | ||||
-rw-r--r-- | net/tcpillust/Makefile | 4 | ||||
-rw-r--r-- | net/tkined/Makefile | 4 | ||||
-rw-r--r-- | net/ttt/Makefile | 4 | ||||
-rw-r--r-- | net/xspeakfree/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile index 7278ff3d475..d108dcd92b7 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/25 17:32:45 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/08 20:27:15 minskim Exp $ DISTNAME= nam-src-1.9 PKGNAME= ${DISTNAME:S/-src//} @@ -29,5 +29,5 @@ post-install: .include "../../devel/zlib/buildlink2.mk" .include "../../lang/tcl-otcl/buildlink2.mk" .include "../../devel/tcl-tclcl/buildlink2.mk" -.include "../../x11/tk/buildlink2.mk" +.include "../../x11/tk83/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/ns/Makefile b/net/ns/Makefile index ad5525a11d1..4f7ba1cfb0f 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/25 17:32:45 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/08 20:27:15 minskim Exp $ DISTNAME= ns-src-2.26 PKGNAME= ${DISTNAME:S/-src//} @@ -36,6 +36,6 @@ post-install: .include "../../net/libpcap/buildlink2.mk" .include "../../devel/tcl-tclcl/buildlink2.mk" .include "../../lang/tcl-otcl/buildlink2.mk" -.include "../../x11/tk/buildlink2.mk" +.include "../../x11/tk83/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index 6c50de2150b..5aeaa53e211 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 22:51:55 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/08 20:27:15 minskim Exp $ # $FreeBSD: ports/net/tcpillust/Makefile,v 1.1.1.1 2000/07/29 06:26:00 sada Exp $ # @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.csl.sony.co.jp/person/nishida/tcpillust.html COMMENT= Graphical TCP connection analysis tool -DEPENDS+= tk>=8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk83 USE_IMAKE= yes GNU_CONFIGURE= yes diff --git a/net/tkined/Makefile b/net/tkined/Makefile index b88608c9515..e345fd6a711 100644 --- a/net/tkined/Makefile +++ b/net/tkined/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:22:22 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/08 20:27:15 minskim Exp $ # DISTNAME= scotty-2.1.11 @@ -10,7 +10,7 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/ COMMENT= Graphical network discovery and monitoring tool based on scotty -DEPENDS+= tk>=8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk83 DEPENDS+= tcl-scotty>=2.1.11:../../net/tcl-scotty WRKSRC= ${WRKDIR}/${DISTNAME}/unix diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 0f8c439ccc0..54fedfb3d15 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/13 23:35:38 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/08 20:27:15 minskim Exp $ # DISTNAME= ttt-1.8 @@ -17,5 +17,5 @@ INSTALL_TARGET= install install-man .include "../../net/libpcap/buildlink2.mk" .include "../../x11/blt/buildlink2.mk" -.include "../../x11/tk/buildlink2.mk" +.include "../../x11/tk83/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/xspeakfree/Makefile b/net/xspeakfree/Makefile index e3c1037c26a..7877d23940d 100644 --- a/net/xspeakfree/Makefile +++ b/net/xspeakfree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:52:05 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/08 20:27:15 minskim Exp $ DISTNAME= xspeakfree-0.8.1 CATEGORIES= net audio x11 @@ -9,7 +9,7 @@ HOMEPAGE= http://www.spearce.org/projects/xspeakfree/ COMMENT= Tcl/Tk (wish) frontend to Speak Freely DEPENDS+= speakfreely>=7.1:../../net/speakfreely -DEPENDS+= tk>=8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk83 NO_BUILD= yes |