summaryrefslogtreecommitdiff
path: root/www/ap2-fastcgi
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2006-12-08 23:34:10 +0000
committerxtraeme <xtraeme@pkgsrc.org>2006-12-08 23:34:10 +0000
commit431c865de4bb657f83aad49ee3f5286b51bd3f78 (patch)
treefaeabddb97e924ac24db2af2155a45ea13adc74d /www/ap2-fastcgi
parent5e26cd5f5d9840f5b92ec2fa5b2cfe9c073c9ee9 (diff)
downloadpkgsrc-431c865de4bb657f83aad49ee3f5286b51bd3f78.tar.gz
* Use apache.mk to be compatible with the new apache22 pkg.
* Use PKG_APACHE_ACCEPTED.
Diffstat (limited to 'www/ap2-fastcgi')
-rw-r--r--www/ap2-fastcgi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap2-fastcgi/Makefile b/www/ap2-fastcgi/Makefile
index 3ec88c99839..47663c4e92c 100644
--- a/www/ap2-fastcgi/Makefile
+++ b/www/ap2-fastcgi/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:11:18 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/12/08 23:34:11 xtraeme Exp $
.include "../../www/ap-fastcgi/Makefile.common"
PKGNAME= ${DISTNAME:S/mod_/ap2-/}
PKGREVISION= 3
-PKG_APACHE_ACCEPTED= apache2
+PKG_APACHE_ACCEPTED= apache2 apache22
APACHE_MANUAL= manual
APACHE_MODULE= # defined
USE_LIBTOOL= YES
@@ -19,5 +19,5 @@ SUBST_SED.ap2= -e s,/usr/local/apache2,${PREFIX}/share/httpd,
post-patch:
${CP} ${WRKSRC}/Makefile.AP2 ${WRKSRC}/Makefile
-.include "../../www/apache2/buildlink3.mk"
+.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"