diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-01 14:34:21 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-01 14:34:21 +0000 |
commit | 63bf11e969fab697257f0108bfc91afc525d155b (patch) | |
tree | 7199d7519c4a1c6d346df38eca94a09fa8a2cdfd | |
parent | 808f544668cff2b4a3725ba939873c625cfaedef (diff) | |
download | pkgsrc-63bf11e969fab697257f0108bfc91afc525d155b.tar.gz |
Adapt this package to tk-8.3.2.
-rw-r--r-- | databases/tk-postgresql/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/tk-postgresql/Makefile b/databases/tk-postgresql/Makefile index 5c9c223f454..684cc532b1a 100644 --- a/databases/tk-postgresql/Makefile +++ b/databases/tk-postgresql/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2000/05/20 19:36:24 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/09/01 14:34:21 jwise Exp $ PKGNAME= tk-${DISTNAME} DEPENDS+= tcl-postgresql-${PG_VERS}:../../databases/tcl-postgresql -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk -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 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -TK_CONFIGDIR= ${LOCALBASE}/lib/tk8.0 +TK_INCDIR= ${LOCALBASE}/include +TK_CONFIGDIR= ${LOCALBASE}/lib USE_X11= # defined |