aboutsummaryrefslogtreecommitdiff
path: root/www/zerowait-httpd
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-03-13 22:30:27 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-03-13 22:30:27 +0000
commitafb0b665e6656b1994b53f8dca3960d61f737be8 (patch)
tree35ad1180d0ac70a4bcd93ee7fee489f2895408ce /www/zerowait-httpd
parentad2134344d94bccc7e572427aa70e783d867ed7d (diff)
downloadports-afb0b665e6656b1994b53f8dca3960d61f737be8.tar.gz
ports-afb0b665e6656b1994b53f8dca3960d61f737be8.zip
Notes
Diffstat (limited to 'www/zerowait-httpd')
-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 29888b8d59d0..af2d2c181f74 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>