pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-prefork Fix build: this needs p5-ExtUtils-Aut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94245d009233
branches:  trunk
changeset: 496343:94245d009233
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jun 26 15:27:19 2005 +0000

description:
Fix build: this needs p5-ExtUtils-AutoInstall to build.

diffstat:

 devel/p5-prefork/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6086e1bf730b -r 94245d009233 devel/p5-prefork/Makefile
--- a/devel/p5-prefork/Makefile Sun Jun 26 15:24:13 2005 +0000
+++ b/devel/p5-prefork/Makefile Sun Jun 26 15:27:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 19:58:09 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/26 15:27:19 seb Exp $
 #
 
 DISTNAME=      prefork-0.04
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://search.cpan.org/dist/prefork/
 COMMENT=       Optimize module loading across forking and non-forking scenarios
 
+BUILD_DEPENDS+=        p5-ExtUtils-AutoInstall>=0.59:../../devel/p5-ExtUtils-AutoInstall
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/prefork/.packlist



Home | Main Index | Thread Index | Old Index