1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Mark broken under 4.X.

This commit is contained in:
Cy Schubert 2007-01-11 00:55:42 +00:00
parent 745de369bb
commit 4de073f3ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182044
3 changed files with 24 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>