diff options
author | minskim <minskim> | 2004-03-08 20:27:13 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-08 20:27:13 +0000 |
commit | 0110d249fc10d825a61ed93c2087029192cfbf5a (patch) | |
tree | a22a88a0ee3e38f7dc7ad6fe9c4f36034606ed4b /sysutils | |
parent | 7d1c2b9234aa7af1395ae80c609314ca74a1c024 (diff) | |
download | pkgsrc-0110d249fc10d825a61ed93c2087029192cfbf5a.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 'sysutils')
-rw-r--r-- | sysutils/lavaps/Makefile | 4 | ||||
-rw-r--r-- | sysutils/tkcron/Makefile | 4 | ||||
-rw-r--r-- | sysutils/tkdesk/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xhfs/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 48a31c94192..d317e4d27f3 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/20 12:26:15 agc Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/08 20:27:15 minskim Exp $ # DISTNAME= lavaps-1.20 @@ -10,7 +10,7 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ COMMENT= Lava lamp of currently running processes -DEPENDS+= tk>=8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk83 USE_PERL5= build WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} diff --git a/sysutils/tkcron/Makefile b/sysutils/tkcron/Makefile index 6e95102c108..722ca4f44bb 100644 --- a/sysutils/tkcron/Makefile +++ b/sysutils/tkcron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:26:16 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/08 20:27:15 minskim Exp $ # DISTNAME= tkcron-2.12 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tcl.gz MAINTAINER= tech-pkg@NetBSD.org COMMENT= Graphical frontend to crontab -DEPENDS+= tk>=8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk83 WRKSRC= ${WRKDIR} USE_X11= yes diff --git a/sysutils/tkdesk/Makefile b/sysutils/tkdesk/Makefile index ac1d2d154c3..00767e6d78d 100644 --- a/sysutils/tkdesk/Makefile +++ b/sysutils/tkdesk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/08 19:52:51 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/08 20:27:16 minskim Exp $ # DISTNAME= tkdesk-1.2 @@ -24,5 +24,5 @@ pre-install: .include "../../lang/tcl83/buildlink2.mk" .include "../../lang/tcl-itcl/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/sysutils/xhfs/Makefile b/sysutils/xhfs/Makefile index 97e8954663c..22d8aa31aa2 100644 --- a/sysutils/xhfs/Makefile +++ b/sysutils/xhfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:53:58 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/08 20:27:16 minskim Exp $ # DISTNAME= hfsutils-3.2.6 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.mars.org/home/rob/proj/hfs/ COMMENT= Tk GUI + Tcl Shell for accessing HFS volumes DEPENDS= libhfs-3.2.6:../../devel/libhfs -DEPENDS+= tk>=8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk83 USE_X11= yes |