aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2010-03-14 06:30:27 +0800
committererwin <erwin@FreeBSD.org>2010-03-14 06:30:27 +0800
commit78a3dcd1cd268eb37315b2843efb1099d3d3b383 (patch)
treeeb37f0900b64323788def01d4e7e01d4afa5bcbc /www
parentc26834fa9179ba8a194cfddb720adda55ad2146f (diff)
downloadfreebsd-ports-graphics-78a3dcd1cd268eb37315b2843efb1099d3d3b383.tar.gz
freebsd-ports-graphics-78a3dcd1cd268eb37315b2843efb1099d3d3b383.tar.zst
freebsd-ports-graphics-78a3dcd1cd268eb37315b2843efb1099d3d3b383.zip
Mark BROKEN on 8.x: does not build
Diffstat (limited to 'www')
-rw-r--r--www/zerowait-httpd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/zerowait-httpd/Makefile b/www/zerowait-httpd/Makefile
index 29888b8d59d..af2d2c181f7 100644
--- a/www/zerowait-httpd/Makefile
+++ b/www/zerowait-httpd/Makefile
@@ -25,4 +25,10 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --owner=${WWWOWN} --group=${WWWGRP}
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800108
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>