summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2003-10-11 04:26:10 +0000
committerkim <kim@pkgsrc.org>2003-10-11 04:26:10 +0000
commit264f7d1b3bee553f0f8d71f2422fe5caa2f43f5c (patch)
tree988691f6b3387ea54ebf201dab0e0f1c4396ba8c /devel
parent0e38524d37f08b8d923ed36db602e840a3e9ecde (diff)
downloadpkgsrc-264f7d1b3bee553f0f8d71f2422fe5caa2f43f5c.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