aboutsummaryrefslogtreecommitdiffstats
path: root/www/flood
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-08-17 18:27:15 +0800
committerkris <kris@FreeBSD.org>2004-08-17 18:27:15 +0800
commit2d78e2b28b3f39666c460ea505f9d01a3891b165 (patch)
tree67901baaa1db62f4ddd1ab7b8a7a6171dbd61164 /www/flood
parent9bb5fd5c638b10135332a19d67925ab03ce08737 (diff)
downloadfreebsd-ports-gnome-2d78e2b28b3f39666c460ea505f9d01a3891b165.tar.gz
freebsd-ports-gnome-2d78e2b28b3f39666c460ea505f9d01a3891b165.tar.zst
freebsd-ports-gnome-2d78e2b28b3f39666c460ea505f9d01a3891b165.zip
Remove BROKEN, this apparently now builds on 5.x.
Diffstat (limited to 'www/flood')
-rw-r--r--www/flood/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile
index 43d4d56e98bf..be71965313c1 100644
--- a/www/flood/Makefile
+++ b/www/flood/Makefile
@@ -32,12 +32,6 @@ EX_DATA= flood.dtd relative-averages-time.awk round-robin-dynamic.xml \
round-robin-relative-reports.xml round-robin-ssl.xml \
round-robin-timed.xml round-robin.xml
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 502111
-BROKEN= "Does not build on FreeBSD >= 5.x"
-.endif
-
post-install:
@${MKDIR} ${EXAMPLESDIR}
.for f in ${EX_SCRIPTS}
@@ -57,4 +51,4 @@ ANONCVS= cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic
maint-checkout:
${ANONCVS} co httpd-test/flood
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>