aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-07-11 08:46:24 +0800
committerkris <kris@FreeBSD.org>2004-07-11 08:46:24 +0800
commit78d9d940df8d47859ce243f188067fd497af6aa4 (patch)
treed72ee6c98b0eed2a4f01b6bcef9c86c738b65625
parent528bcdf982e3491bb780c6ef54b57c4ad2020dd9 (diff)
downloadfreebsd-ports-gnome-78d9d940df8d47859ce243f188067fd497af6aa4.tar.gz
freebsd-ports-gnome-78d9d940df8d47859ce243f188067fd497af6aa4.tar.zst
freebsd-ports-gnome-78d9d940df8d47859ce243f188067fd497af6aa4.zip
BROKEN: Does not build
-rw-r--r--korean/mozilla-klp/Makefile2
-rw-r--r--www/mod_scgi/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/korean/mozilla-klp/Makefile b/korean/mozilla-klp/Makefile
index c59f6ba987c1..6e9a5597b15b 100644
--- a/korean/mozilla-klp/Makefile
+++ b/korean/mozilla-klp/Makefile
@@ -21,6 +21,8 @@ COMMENT= Mozilla Korean Language Pack (KLP)
BUILD_DEPENDS= ${X11BASE}/lib/mozilla/regxpcom:${PORTSDIR}/www/mozilla
RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla
+BROKEN= "Does not build"
+
WRKSRC= ${WRKDIR}/bin
USE_X_PREFIX= yes
diff --git a/www/mod_scgi/Makefile b/www/mod_scgi/Makefile
index fbb260065cc5..6c94424b1963 100644
--- a/www/mod_scgi/Makefile
+++ b/www/mod_scgi/Makefile
@@ -18,6 +18,8 @@ COMMENT= Apache module that implements the client side of the SCGI protocol
USE_APACHE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/${APACHE_DIR}
+BROKEN= "Does not build"
+
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/include/apache2/apr.h)
WITH_APACHE2= yes