pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/postgresql-autodoc Add missing Term::ReadKey ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cba67916de7f
branches:  trunk
changeset: 530416:cba67916de7f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 29 23:41:54 2007 +0000

description:
Add missing Term::ReadKey dependency. Bump revision.

diffstat:

 textproc/postgresql-autodoc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 665ce466a116 -r cba67916de7f textproc/postgresql-autodoc/Makefile
--- a/textproc/postgresql-autodoc/Makefile      Fri Jun 29 23:35:49 2007 +0000
+++ b/textproc/postgresql-autodoc/Makefile      Fri Jun 29 23:41:54 2007 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index