diff options
author | agc <agc@pkgsrc.org> | 1999-04-01 13:36:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-04-01 13:36:55 +0000 |
commit | aaac4bc29e6488b978f8d5efa048fc0d2435af5e (patch) | |
tree | 75de2d3e80d2a79072516641dba5a219f3806999 /databases | |
parent | 7ad7d3c2713a94033f2ebed5e3ba4b7cd8451c55 (diff) | |
download | pkgsrc-aaac4bc29e6488b978f8d5efa048fc0d2435af5e.tar.gz |
Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix
release.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index ae42cdafcb1..90b27abbd11 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 1999/03/28 21:50:17 hubertf Exp $ +# $NetBSD: Makefile,v 1.30 1999/04/01 13:36:55 agc Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # @@ -13,8 +13,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.PostgreSQL.ORG/ BUILD_DEPENDS+= bison:../../devel/bison -DEPENDS+= tk-8.0p2:../../x11/tk80 -DEPENDS+= tcl-8.0p2:../../lang/tcl80 +DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tcl-8.0.5:../../lang/tcl80 DEPENDS+= addnerd-1.6:../../sysutils/addnerd # Needs ELF clue, mips has no TAS implementation |