diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-12-08 23:34:10 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-12-08 23:34:10 +0000 |
commit | 431c865de4bb657f83aad49ee3f5286b51bd3f78 (patch) | |
tree | faeabddb97e924ac24db2af2155a45ea13adc74d /www/ap2-perl | |
parent | 5e26cd5f5d9840f5b92ec2fa5b2cfe9c073c9ee9 (diff) | |
download | pkgsrc-431c865de4bb657f83aad49ee3f5286b51bd3f78.tar.gz |
* Use apache.mk to be compatible with the new apache22 pkg.
* Use PKG_APACHE_ACCEPTED.
Diffstat (limited to 'www/ap2-perl')
-rw-r--r-- | www/ap2-perl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index 92b54ced5a1..ee09bc22056 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/12/07 02:57:05 xtraeme Exp $ +# $NetBSD: Makefile,v 1.26 2006/12/08 23:34:11 xtraeme Exp $ DISTNAME= mod_perl-2.0.3 PKGNAME= ${DISTNAME:S/mod_/ap2-/} @@ -11,6 +11,8 @@ COMMENT= Module that embeds a Perl interpreter into Apache CONFLICTS= ap-perl-[0-9]* p5-Apache-Test-[0-9]* +PKG_APACHE_ACCEPTED= apache2 apache22 + APACHE_MODULE= # defined PERL5_PACKLIST= auto/mod_perl2/.packlist @@ -23,5 +25,5 @@ post-install: ${CP} -R ${WRKSRC}/docs/* ${MODPERLDOCSDIR} .include "../../lang/perl5/module.mk" -.include "../../www/apache2/buildlink3.mk" +.include "../../mk/apache.mk" .include "../../mk/bsd.pkg.mk" |