diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-24 03:02:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-24 03:02:54 +0000 |
commit | 31ed72fa68ea7fb1ca48c64e5609627234b234c2 (patch) | |
tree | 26c4528dbec9b59a18c18157de5afda28e7a4807 /databases/tcl-postgresql/Makefile | |
parent | a3dca94481b4f4289cf1e29784946a3694778c99 (diff) | |
download | pkgsrc-31ed72fa68ea7fb1ca48c64e5609627234b234c2.tar.gz |
Bump dependency on tcl to the latest version...it's needed to actually
build the software, but a lower dependency may be used when running the
software.
Diffstat (limited to 'databases/tcl-postgresql/Makefile')
-rw-r--r-- | databases/tcl-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tcl-postgresql/Makefile b/databases/tcl-postgresql/Makefile index c955db06c8c..8ae4fbfa451 100644 --- a/databases/tcl-postgresql/Makefile +++ b/databases/tcl-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/05/14 14:53:52 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/24 03:02:54 jlam Exp $ .include "../../databases/postgresql/Makefile.common" .include "../../databases/postgresql/Makefile.ssl" @@ -8,7 +8,7 @@ PG_PKG_VERS= # empty COMMENT= Tcl interface to PostgreSQL DEPENDS+= postgresql-lib>=${PG_BASE_VERS}:../../databases/postgresql-lib -DEPENDS+= tcl>=8.3.2:../../lang/tcl +DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl TCLSH= ${LOCALBASE}/bin/tclsh TCL_CONFIGDIR= ${LOCALBASE}/lib |