summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-07 03:14:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-07 03:14:06 +0000
commitc15dcc04b7c4685bb35af173fa4af967edfa8391 (patch)
tree6f27ea742aeb62879d478994edc350142d932296 /www
parentIGNORE on 4.x: Requires GEOM which is a 5.x feature (diff)
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=134745
Diffstat (limited to 'www')
-rw-r--r--www/linkchecker/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/linkchecker/Makefile b/www/linkchecker/Makefile
index 703d7552b812..28581d7442aa 100644
--- a/www/linkchecker/Makefile
+++ b/www/linkchecker/Makefile
@@ -20,4 +20,10 @@ USE_PYDISTUTILS= yes
MAN1= linkchecker.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>