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 | |
parent | 745de369bb13476d2d8c3b112131435a3b0a2a0b (diff) | |
download | ports-4de073f3ab8b087dc9f05d7e5de40a50252a6be3.tar.gz ports-4de073f3ab8b087dc9f05d7e5de40a50252a6be3.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/fwbuilder-devel/Makefile | 9 | ||||
-rw-r--r-- | security/fwbuilder/Makefile | 9 | ||||
-rw-r--r-- | security/fwbuilder2/Makefile | 9 |
3 files changed, 24 insertions, 3 deletions
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index bbaa91258782..5b48c538837b 100644 --- a/security/fwbuilder-devel/Makefile +++ b/security/fwbuilder-devel/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> + diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index bbaa91258782..5b48c538837b 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/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> + 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> + |