pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-Apache-DBI Add missing dependency on p5-T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa9c88ed6b29
branches:  trunk
changeset: 472212:aa9c88ed6b29
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Apr 06 11:13:53 2004 +0000

description:
Add missing dependency on p5-Test-Simple.

diffstat:

 databases/p5-Apache-DBI/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 3b429355c77b -r aa9c88ed6b29 databases/p5-Apache-DBI/Makefile
--- a/databases/p5-Apache-DBI/Makefile  Tue Apr 06 11:10:06 2004 +0000
+++ b/databases/p5-Apache-DBI/Makefile  Tue Apr 06 11:13:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/06 10:34:37 recht Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/06 11:13:53 recht Exp $
 #
 
 DISTNAME=      Apache-DBI-0.94
@@ -11,7 +11,8 @@
 HOMEPAGE=      http://www.symbolstone.org/technology/perl/DBI/index.html
 COMMENT=       DBI support for Apache+mod_perl
 
-DEPENDS+=              p5-DBI>=1.13:../../databases/p5-DBI
+DEPENDS+=      p5-DBI>=1.13:../../databases/p5-DBI
+DEPENDS+=      p5-Test-Simple>=0.47:../../devel/p5-Test-Simple
 
 USE_BUILDLINK2=                YES
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Apache/DBI/.packlist



Home | Main Index | Thread Index | Old Index