From 9e9dcdd897e281ba542f43777310f92388c5e51e Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 21 Feb 2004 22:13:46 +0000 Subject: BROKEN on 4.x: does not compile --- www/p5-FastCGI/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/p5-FastCGI') 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 +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include -- cgit v1.2.3