diff options
author | wiz <wiz> | 2001-02-16 14:17:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 14:17:22 +0000 |
commit | b5c696b9fbafcdc8b9562588222d22859100fd47 (patch) | |
tree | 85c7199ff66a23b0ef2222724c3c775b2e1defa5 /databases/tk-postgresql | |
parent | 3d6e18741a337e7f632ee69b673a44087bd4ac82 (diff) | |
download | pkgsrc-b5c696b9fbafcdc8b9562588222d22859100fd47.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'databases/tk-postgresql')
-rw-r--r-- | databases/tk-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/tk-postgresql/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/databases/tk-postgresql/Makefile b/databases/tk-postgresql/Makefile index b46a8b9c72d..034812bc5a9 100644 --- a/databases/tk-postgresql/Makefile +++ b/databases/tk-postgresql/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2000/12/11 16:43:13 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 14:17:43 wiz Exp $ .include "../../databases/postgresql/Makefile.common" PKGNAME= tk-${DISTNAME} +COMMENT= Tk interface to PostgreSQL + DEPENDS+= tcl-postgresql-${PG_VERS}:../../databases/tcl-postgresql DEPENDS+= tk>=8.3.2:../../x11/tk diff --git a/databases/tk-postgresql/pkg/COMMENT b/databases/tk-postgresql/pkg/COMMENT deleted file mode 100644 index 20358497b41..00000000000 --- a/databases/tk-postgresql/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Tk interface to PostgreSQL |