diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-21 05:35:03 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-21 05:35:03 +0000 |
commit | c9e610cde29ba60c7fa64551bcf94d3d0c0fce6d (patch) | |
tree | 098f1f42af6908ebb3d11ac992dd67739f7fe4f2 /www/ap-scgi | |
parent | 29926acd108cd1b6004077b0e94f0f718b6e152e (diff) | |
download | pkgsrc-c9e610cde29ba60c7fa64551bcf94d3d0c0fce6d.tar.gz |
Disable this for apache24 as it doesn't compile.
Diffstat (limited to 'www/ap-scgi')
-rw-r--r-- | www/ap-scgi/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/ap-scgi/Makefile b/www/ap-scgi/Makefile index 125496b2080..ea6e76d94ea 100644 --- a/www/ap-scgi/Makefile +++ b/www/ap-scgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/03/15 11:53:42 obache Exp $ +# $NetBSD: Makefile,v 1.9 2012/06/21 05:35:09 dholland Exp $ # PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME} @@ -11,6 +11,10 @@ COMMENT= Simple Common Gateway Interface for Apache DEPENDS+= ${PYPKGPREFIX}-scgi-[0-9]*:../../www/py-scgi APACHE_MODULE= yes + +# does not compile with apache24 +PKG_APACHE_ACCEPTED= apache13 apache2 apache22 + .include "../../mk/apache.mk" .include "../../www/apache/module.mk" |