diff options
-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} |