aboutsummaryrefslogtreecommitdiff
path: root/www/p5-FastCGI/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-21 22:13:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-21 22:13:46 +0000
commit9e9dcdd897e281ba542f43777310f92388c5e51e (patch)
treec49e874fd657bc4d06f988f985a514fc051e7c8f /www/p5-FastCGI/Makefile
parent8b63fe22b55748666da037dc8b891ab878ef6bb9 (diff)
downloadports-9e9dcdd897e281ba542f43777310f92388c5e51e.tar.gz
ports-9e9dcdd897e281ba542f43777310f92388c5e51e.zip
Notes
Diffstat (limited to 'www/p5-FastCGI/Makefile')
-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>