diff options
author | snj <snj@pkgsrc.org> | 2004-05-04 23:59:15 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-04 23:59:15 +0000 |
commit | 4190ee70d290f7551c8f75014e0fa52da7501cfb (patch) | |
tree | 0a2407e17634fcdeabee65967b7d341170d4d5c8 /www/ap2-perl | |
parent | 65a932dba986c3488c19dbdecf419fa033336d1c (diff) | |
download | pkgsrc-4190ee70d290f7551c8f75014e0fa52da7501cfb.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/ap2-perl')
-rw-r--r-- | www/ap2-perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index ced72c5edea..d19ebb0fd0f 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/24 22:46:12 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/05/04 23:59:15 snj Exp $ # # NOTE: This package is *BETA*. If it doesn't work, then check the # modperl-2.0 mailing lists for help. @@ -15,7 +15,7 @@ COMMENT= Module that embeds a Perl interpreter into Apache CONFLICTS= ap-perl-[0-9]* -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes APACHE_MODULE= # defined PERL5_REQD+= 5.6.0 PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/mod_perl/.packlist @@ -29,6 +29,6 @@ post-install: ${CP} -R ${WRKSRC}/docs/* ${MODPERLDOCSDIR} .include "../../lang/perl5/module.mk" -.include "../../www/apache2/buildlink2.mk" +.include "../../www/apache2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |