pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Container Scalar::Util is recommended b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ece065b01686
branches:  trunk
changeset: 462732:ece065b01686
user:      kim <kim%pkgsrc.org@localhost>
date:      Sat Oct 11 04:26:10 2003 +0000

description:
Scalar::Util is recommended by Class::Container, and required by
HTML::Mason so require it here to avoid possible inconsistancies
in building Class::Container.

diffstat:

 devel/p5-Class-Container/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2101daf57556 -r ece065b01686 devel/p5-Class-Container/Makefile
--- a/devel/p5-Class-Container/Makefile Sat Oct 11 04:10:16 2003 +0000
+++ b/devel/p5-Class-Container/Makefile Sat Oct 11 04:26:10 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 18:56:46 he Exp $
+# $NetBSD: Makefile,v 1.2 2003/10/11 04:26:10 kim Exp $
 
 DISTNAME=      Class-Container-0.10
 PKGNAME=       p5-${DISTNAME}
@@ -11,6 +11,7 @@
 COMMENT=       Glues object frameworks together transparently
 
 DEPENDS+=      p5-Params-Validate>=0.23:../../devel/p5-Params-Validate
+DEPENDS+=      p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils
 
 USE_BUILDLINK2=        YES
 PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Class/Container/.packlist



Home | Main Index | Thread Index | Old Index