diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-29 23:41:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-29 23:41:54 +0000 |
commit | d1c4b5020fd353406739cd21784131e74ebd5cf3 (patch) | |
tree | 0f3ea9bd47011fc685c0a84fa62f8ee194e6887f /textproc/postgresql-autodoc | |
parent | 12e4a95288d146d00cf3844bec50ef5b2c320f95 (diff) | |
download | pkgsrc-d1c4b5020fd353406739cd21784131e74ebd5cf3.tar.gz |
Add missing Term::ReadKey dependency. Bump revision.
Diffstat (limited to 'textproc/postgresql-autodoc')
-rw-r--r-- | textproc/postgresql-autodoc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/postgresql-autodoc/Makefile b/textproc/postgresql-autodoc/Makefile index 973a8573978..e4c2551f692 100644 --- a/textproc/postgresql-autodoc/Makefile +++ b/textproc/postgresql-autodoc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2007/06/19 18:46:15 mjl Exp $ +# $NetBSD: Makefile,v 1.22 2007/06/29 23:41:54 joerg Exp $ # DISTNAME= postgresql_autodoc-1.30 -#PKGREVISION= 2 +PKGREVISION= 1 CATEGORIES= textproc databases MASTER_SITES= http://www.rbt.ca/autodoc/binaries/ @@ -10,6 +10,7 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.rbt.ca/autodoc/ COMMENT= Generate HTML, DOT, and XML description of database structure +DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template |