diff options
author | kim <kim@pkgsrc.org> | 2004-07-18 14:56:09 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2004-07-18 14:56:09 +0000 |
commit | 2fc5d1b1091a1352728b40434eb8157c0c5743c3 (patch) | |
tree | a6b7a278b9a50d49e5c25d855d37c3e9c801392f /www | |
parent | 6a6e215c9dbfb5ddd72f86459e91459e849ec4c9 (diff) | |
download | pkgsrc-2fc5d1b1091a1352728b40434eb8157c0c5743c3.tar.gz |
Accept perl-thread in addition to perl.
Diffstat (limited to 'www')
-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 10624af8cb2..e670f3ebf3e 100644 --- a/www/ap-perl/Makefile +++ b/www/ap-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/04/09 13:05:03 grant Exp $ +# $NetBSD: Makefile,v 1.33 2004/07/18 14:56:09 kim Exp $ # DISTNAME= mod_perl-1.29 @@ -14,7 +14,7 @@ COMMENT= Module that embeds a Perl interpreter into Apache CONFLICTS= ap2-perl-[0-9]* DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache -DEPENDS+= {libperl>=${LIBPERL5_REQD},perl>=5.8.0}:../../lang/libperl +DEPENDS+= {libperl>=${LIBPERL5_REQD},perl{,-thread}>=5.8.0}:../../lang/libperl DEPENDS+= p5-BSD-Resource>=1.10:../../devel/p5-BSD-Resource USE_BUILDLINK3= YES |