diff options
author | Cy Schubert <cy@FreeBSD.org> | 2007-01-11 00:55:42 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2007-01-11 00:55:42 +0000 |
commit | 4de073f3ab8b087dc9f05d7e5de40a50252a6be3 (patch) | |
tree | 194295aa5bcaa8fca869b030e13ddc453cb9c03b /security/fwbuilder2 | |
parent | 745de369bb13476d2d8c3b112131435a3b0a2a0b (diff) |
Mark broken under 4.X.
Notes
Notes:
svn path=/head/; revision=182044
Diffstat (limited to 'security/fwbuilder2')
-rw-r--r-- | security/fwbuilder2/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/security/fwbuilder2/Makefile b/security/fwbuilder2/Makefile index bbaa91258782..5b48c538837b 100644 --- a/security/fwbuilder2/Makefile +++ b/security/fwbuilder2/Makefile @@ -46,4 +46,11 @@ MAN1= fwbuilder.1 \ fwb_ipfw.1 \ fwb_pf.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on 4.X (requires gcc 3.4 which itself does not build under 4.X" +.endif + +.include <bsd.port.post.mk> + |