aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/p5-FastCGI/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-FastCGI/Makefile b/www/p5-FastCGI/Makefile
index 18d251b7a385..2d0223f3f5ee 100644
--- a/www/p5-FastCGI/Makefile
+++ b/www/p5-FastCGI/Makefile
@@ -23,4 +23,10 @@ CONFIGURE_ARGS+= --use-installed=${LOCALBASE}
MAN3= FCGI.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>