diff options
author | jwise <jwise> | 2000-09-01 14:20:17 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-09-01 14:20:17 +0000 |
commit | 877265282026db133df571ff3e057a968daf7872 (patch) | |
tree | 68d45341504f4ed506435372da2d6e0f8991c64d /databases | |
parent | 336bd456e9a24f193791eb766f5a212abffae741 (diff) | |
download | pkgsrc-877265282026db133df571ff3e057a968daf7872.tar.gz |
Adapt this package to tcl-8.3.2.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tcl-postgresql/Makefile | 11 |
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 |