summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkim <kim>2003-10-11 04:26:10 +0000
committerkim <kim>2003-10-11 04:26:10 +0000
commit98eb6cbe12aa09de392845fe6bc0005d6b3098e1 (patch)
tree988691f6b3387ea54ebf201dab0e0f1c4396ba8c /devel
parent4c64297811670302762201eaeca97536dbbbdabf (diff)
downloadpkgsrc-98eb6cbe12aa09de392845fe6bc0005d6b3098e1.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/p5-Class-Container/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Class-Container/Makefile b/devel/p5-Class-Container/Makefile
index 7ecd574c632..dcd2adaf257 100644
--- a/devel/p5-Class-Container/Makefile
+++ b/devel/p5-Class-Container/Makefile
@@ -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 @@ HOMEPAGE= http://search.cpan.org/author/KWILLIAMS/Class-Container-0.10/
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