diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-16 21:49:59 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-16 21:49:59 +0000 |
commit | 339a14d3fade159aee72ea11b05d992c93d6aecb (patch) | |
tree | 86513b3ac63c29af9f747b54d4cacac53ede05cf /www/ap-perl | |
parent | c13d04972b195d2e575059885070b7abe31746ec (diff) | |
download | pkgsrc-339a14d3fade159aee72ea11b05d992c93d6aecb.tar.gz |
The module Apache::Resource depends on BSD::Resource so add a dependence
on p5-BSD-Resource.
Addresses PR #12633 by Nathan Ahlstrom <nrahlstr@winternet.com>.
Diffstat (limited to 'www/ap-perl')
-rw-r--r-- | www/ap-perl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-perl/Makefile b/www/ap-perl/Makefile index 58a9721d406..b07d5506840 100644 --- a/www/ap-perl/Makefile +++ b/www/ap-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/04/09 22:24:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.14 2001/04/16 21:49:59 jtb Exp $ # DISTNAME= mod_perl-1.25 @@ -13,6 +13,7 @@ COMMENT= Module that embeds a Perl interpreter into Apache DEPENDS+= libperl-{5.0*,5.6.0nb*,5.[6-9]*}:../../lang/libperl DEPENDS+= apache{,6}-1.3.*:../../www/apache +DEPENDS+= p5-BSD-Resource>=1.10:../../devel/p5-BSD-Resource USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/mod_perl/.packlist |