summaryrefslogtreecommitdiff
path: root/databases/tcl-postgresql
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-09-01 14:20:17 +0000
committerjwise <jwise@pkgsrc.org>2000-09-01 14:20:17 +0000
commit808f544668cff2b4a3725ba939873c625cfaedef (patch)
tree68d45341504f4ed506435372da2d6e0f8991c64d /databases/tcl-postgresql
parent013f4050c23ca3ce63d1332f5e667ded76008cdd (diff)
downloadpkgsrc-808f544668cff2b4a3725ba939873c625cfaedef.tar.gz
Adapt this package to tcl-8.3.2.
Diffstat (limited to 'databases/tcl-postgresql')
-rw-r--r--databases/tcl-postgresql/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/tcl-postgresql/Makefile b/databases/tcl-postgresql/Makefile
index 3a5bc860467..edbabafe9c5 100644
--- a/databases/tcl-postgresql/Makefile
+++ b/databases/tcl-postgresql/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2000/05/20 19:35:31 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2000/09/01 14:20:17 jwise Exp $
PKGNAME= tcl-${DISTNAME}
DEPENDS+= postgresql-${PG_VERS}:../../databases/postgresql
-DEPENDS+= tcl-8.0.5:../../lang/tcl80
+DEPENDS+= tcl-8.3.2:../../lang/tcl
-TCLSH= ${LOCALBASE}/bin/tclsh8.0
-TCL_INCDIR= ${LOCALBASE}/include/tcl8.0
-TCL_CONFIGDIR= ${LOCALBASE}/lib/tcl8.0
+TCLSH= ${LOCALBASE}/bin/tclsh
+TCL_INCDIR= ${LOCALBASE}/include
+TCL_CONFIGDIR= ${LOCALBASE}/lib
+USE_LIBTOOL=
MAKE_ENV+= INSTALLED_LIBPQ=1