diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 20:07:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 20:07:31 +0000 |
commit | 253e4e84c75690ec58d7580010ea005876ee77b9 (patch) | |
tree | b5c648a81a9d603a0f75f278ce863f37b4dd642b | |
parent | badee7e36f026c45ee8674cec4aebb07d6f3c400 (diff) |
Notes
-rw-r--r-- | www/mod_pcgi2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_pcgi2/Makefile b/www/mod_pcgi2/Makefile index 0ebb3d7042f0..0db7d341acb8 100644 --- a/www/mod_pcgi2/Makefile +++ b/www/mod_pcgi2/Makefile @@ -16,6 +16,8 @@ COMMENT= Persistent CGI module for Apache and Zope RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope +BROKEN= Does not install + .if defined(WITH_APACHE13) BUILD_DEPENDS= ${LOCALBASE}/include/apache/httpd.h:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${LOCALBASE}/include/apache/httpd.h:${PORTSDIR}/${APACHE_PORT} |