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-python/Makefile | |
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-python/Makefile')
-rw-r--r-- | www/ap2-python/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile index 785747ea80c..9dacae9132e 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/11/18 18:43:00 jschauma Exp $ +# $NetBSD: Makefile,v 1.20 2006/12/08 23:34:11 xtraeme Exp $ DISTNAME= mod_python-${VERSION} PKGNAME= ap2-${PYPKGPREFIX}-python-${VERSION} @@ -21,7 +21,8 @@ CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q} PYTHON_VERSIONS_ACCEPTED= 24 23 PY_PATCHPLIST= YES -.include "../../lang/python/extension.mk" -.include "../../www/apache2/buildlink3.mk" +PKG_APACHE_ACCEPTED= apache2 apache22 +.include "../../lang/python/extension.mk" +.include "../../mk/apache.mk" .include "../../mk/bsd.pkg.mk" |