diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 22:02:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 22:02:09 +0000 |
commit | a8062b84bd6036e7ae112d49fa75bad16c8cb687 (patch) | |
tree | 9d89e7db0ff8bb33772a38a3f0d879d5d7153938 /www/p5-Maypole-Component | |
parent | 32ff5ff5bc6b451c9bb75dad4a9faf97bde902ef (diff) |
BROKEN on 4.x: Does not build
Notes
Notes:
svn path=/head/; revision=132974
Diffstat (limited to 'www/p5-Maypole-Component')
-rw-r--r-- | www/p5-Maypole-Component/Makefile | 8 |
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> |