diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 04:07:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 04:07:31 +0800 |
commit | 0fb076dfe036c9cc51788c5b7332c89333321a75 (patch) | |
tree | 8a68ceb3e2686c7e81201ccbe9266c6999829eb4 /www | |
parent | ca036090cbb1a189226d56787f9fc7baf8b5302f (diff) | |
download | freebsd-ports-gnome-0fb076dfe036c9cc51788c5b7332c89333321a75.tar.gz freebsd-ports-gnome-0fb076dfe036c9cc51788c5b7332c89333321a75.tar.zst freebsd-ports-gnome-0fb076dfe036c9cc51788c5b7332c89333321a75.zip |
BROKEN: Install fails
Approved by: portmgr (self)
Diffstat (limited to 'www')
-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} |