summaryrefslogtreecommitdiff
path: root/misc/goblin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/goblin/Makefile')
-rw-r--r--misc/goblin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/goblin/Makefile b/misc/goblin/Makefile
index 06fbde562900..31a67f2b98eb 100644
--- a/misc/goblin/Makefile
+++ b/misc/goblin/Makefile
@@ -37,6 +37,10 @@ WISH= ${LOCALBASE}/bin/wish8.3
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${OSVERSION} < 500035
CXXFLAGS+= -fhuge-objects
.endif