aboutsummaryrefslogtreecommitdiff
path: root/net/Sockets
diff options
context:
space:
mode:
Diffstat (limited to 'net/Sockets')
-rw-r--r--net/Sockets/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/Sockets/Makefile b/net/Sockets/Makefile
index 1d0bb1d1bca2..ea0c3b7cf330 100644
--- a/net/Sockets/Makefile
+++ b/net/Sockets/Makefile
@@ -36,9 +36,8 @@ post-patch:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= FreeBSD prior to 500000 does not support uuid(3) required\
- for building
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>