aboutsummaryrefslogtreecommitdiffstats
path: root/net/ggsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ggsd/Makefile')
-rw-r--r--net/ggsd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ggsd/Makefile b/net/ggsd/Makefile
index 8a6287931cd1..63b71e010d2e 100644
--- a/net/ggsd/Makefile
+++ b/net/ggsd/Makefile
@@ -32,4 +32,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/example.scr ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>