summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 22:02:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 22:02:09 +0000
commita8062b84bd6036e7ae112d49fa75bad16c8cb687 (patch)
tree9d89e7db0ff8bb33772a38a3f0d879d5d7153938 /www
parentBROKEN: Does not build on FreeBSD 4.x (diff)
BROKEN on 4.x: Does not build
Notes
Notes: svn path=/head/; revision=132974
Diffstat (limited to 'www')
-rw-r--r--www/p5-Maypole-Component/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-Maypole-Component/Makefile b/www/p5-Maypole-Component/Makefile
index 87080adc522f..f9768f18e11b 100644
--- a/www/p5-Maypole-Component/Makefile
+++ b/www/p5-Maypole-Component/Makefile
@@ -18,4 +18,10 @@ PERL_CONFIGURE= yes
MAN3= Maypole::Component.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not build on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>