diff options
author | jtb <jtb> | 2001-04-16 21:49:59 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-16 21:49:59 +0000 |
commit | 56aaf37aece24aac48fafe124d276f4b1c01d27d (patch) | |
tree | 86513b3ac63c29af9f747b54d4cacac53ede05cf | |
parent | 14062ebbb9bb4b956ba4a6ef187f9848e65c53b8 (diff) | |
download | pkgsrc-56aaf37aece24aac48fafe124d276f4b1c01d27d.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>.
-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 |