diff options
author | agc <agc@pkgsrc.org> | 1999-04-01 13:38:43 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-04-01 13:38:43 +0000 |
commit | 363146f85e8b08fd027f23071a3d21eff0a769e5 (patch) | |
tree | da5d46c57de4dca381b391a1b057e69e88cfec3a /misc | |
parent | aaac4bc29e6488b978f8d5efa048fc0d2435af5e (diff) | |
download | pkgsrc-363146f85e8b08fd027f23071a3d21eff0a769e5.tar.gz |
Update to tk version 8.0.5. This seems to be primarily a bug-fix release.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dotfile/Makefile | 4 | ||||
-rw-r--r-- | misc/ical/Makefile | 4 | ||||
-rw-r--r-- | misc/kp/Makefile | 4 | ||||
-rw-r--r-- | misc/zorro/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 0c80bfd7c21..cab0b1f8e47 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/11/19 15:40:46 agc Exp $ +# $NetBSD: Makefile,v 1.14 1999/04/01 13:38:44 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/ MAINTAINER= oly@world.std.com HOMEPAGE= http://www.imada.ou.dk/~blackie/dotfile/ -DEPENDS+= tk-8.0p2:../../x11/tk80 +DEPENDS+= tk-8.0.5:../../x11/tk80 # this pkg opens some X connectin IS_INTERACTIVE= yes diff --git a/misc/ical/Makefile b/misc/ical/Makefile index 9a6d7f33990..f1d1dd4d43f 100644 --- a/misc/ical/Makefile +++ b/misc/ical/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/08/20 15:17:13 tsarna Exp $ +# $NetBSD: Makefile,v 1.8 1999/04/01 13:38:45 agc Exp $ # $FreeBSD Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp # @@ -9,7 +9,7 @@ MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/ -DEPENDS+= tk-8.0p2:../../x11/tk80 +DEPENDS+= tk-8.0.5:../../x11/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ diff --git a/misc/kp/Makefile b/misc/kp/Makefile index e54037e5b82..799c71c282e 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/11/19 15:40:46 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/01 13:38:45 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/ MAINTAINER= packages@netbsd.org -DEPENDS= tk-8.0p2:../../x11/tk80 +DEPENDS= tk-8.0.5:../../x11/tk80 pre-configure: for f in `find ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \ diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile index 3e1e8be4228..e16b07ecfcd 100644 --- a/misc/zorro/Makefile +++ b/misc/zorro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:46 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/01 13:38:45 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ MAINTAINER= shanee@augusta.de -DEPENDS+= tk-8.0p2:../../x11/tk80 +DEPENDS+= tk-8.0.5:../../x11/tk80 NO_BUILD= yes |