aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-22 06:13:46 +0800
committerkris <kris@FreeBSD.org>2004-02-22 06:13:46 +0800
commitf876bfb079f21d57de13069d3d0bfd6544c8eef9 (patch)
tree6cc45a8b79e5c448ed048d32e009b3b82c32a6c4 /www
parenta9dc97bae86d95a1da4756a1427941e77fb0567d (diff)
downloadfreebsd-ports-gnome-f876bfb079f21d57de13069d3d0bfd6544c8eef9.tar.gz
freebsd-ports-gnome-f876bfb079f21d57de13069d3d0bfd6544c8eef9.tar.zst
freebsd-ports-gnome-f876bfb079f21d57de13069d3d0bfd6544c8eef9.zip
BROKEN on 4.x: does not compile
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>