diff options
author | jlam <jlam> | 2002-07-22 22:00:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-07-22 22:00:49 +0000 |
commit | a61d12971d49c24c815159a139c379540ba1d3d0 (patch) | |
tree | 2826dc954fb4b30a416becc87cc0de58cf583109 /www/ap-perl/Makefile | |
parent | b5fefb5e7493b29c78e13f74bbfeebbcf2fbd278 (diff) | |
download | pkgsrc-a61d12971d49c24c815159a139c379540ba1d3d0.tar.gz |
Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl as
DynaLoader.a is now an archive of PIC objects.
Diffstat (limited to 'www/ap-perl/Makefile')
-rw-r--r-- | www/ap-perl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-perl/Makefile b/www/ap-perl/Makefile index d6f9bd9aa16..86398528802 100644 --- a/www/ap-perl/Makefile +++ b/www/ap-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/07/02 13:00:52 grant Exp $ +# $NetBSD: Makefile,v 1.21 2002/07/22 22:00:54 jlam Exp $ # DISTNAME= mod_perl-1.27 @@ -12,7 +12,7 @@ HOMEPAGE= http://perl.apache.org/ COMMENT= Module that embeds a Perl interpreter into Apache DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache -DEPENDS+= libperl>=${LIBPERL5_REQD}:../../lang/libperl +DEPENDS+= {libperl>=${LIBPERL5_REQD},perl>=5.8.0}:../../lang/libperl DEPENDS+= p5-BSD-Resource>=1.10:../../devel/p5-BSD-Resource USE_BUILDLINK_ONLY= YES |