summaryrefslogtreecommitdiff
path: root/textproc/postgresql-autodoc
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-29 23:41:54 +0000
committerjoerg <joerg>2007-06-29 23:41:54 +0000
commit7e4b14a4c4a7c94c0dc42b15bf7bffd426248f41 (patch)
tree0f3ea9bd47011fc685c0a84fa62f8ee194e6887f /textproc/postgresql-autodoc
parente8c9a9fa74634335d79b100d2e7d6ac440e0066e (diff)
downloadpkgsrc-7e4b14a4c4a7c94c0dc42b15bf7bffd426248f41.tar.gz
Add missing Term::ReadKey dependency. Bump revision.
Diffstat (limited to 'textproc/postgresql-autodoc')
-rw-r--r--textproc/postgresql-autodoc/Makefile5
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