diff options
Diffstat (limited to 'databases/tcl-postgresql/Makefile')
-rw-r--r-- | databases/tcl-postgresql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/tcl-postgresql/Makefile b/databases/tcl-postgresql/Makefile index 5cde60b2ebe..7d55c29956e 100644 --- a/databases/tcl-postgresql/Makefile +++ b/databases/tcl-postgresql/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2000/12/11 16:43:12 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 14:17:42 wiz Exp $ .include "../../databases/postgresql/Makefile.common" PKGNAME= tcl-${DISTNAME} +COMMENT= Tcl interface to PostgreSQL + DEPENDS+= postgresql-${PG_VERS}:../../databases/postgresql DEPENDS+= tcl>=8.3.2:../../lang/tcl |