aboutsummaryrefslogtreecommitdiff
path: root/lang/pike78
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pike78')
-rw-r--r--lang/pike78/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile
index 2f9398714184..2a63abe9e578 100644
--- a/lang/pike78/Makefile
+++ b/lang/pike78/Makefile
@@ -91,6 +91,10 @@ PLIST_FILES= bin/pike bin/pike78 bin/hilfe
ONLY_FOR_ARCHS= i386 amd64
+.if ${OSVERSION} < 800000
+BROKEN= Does not build on FreeBSD < 8.x
+.endif
+
.ifdef(WITHOUT_RELOCATABLE_DUMPED_MODULES)
CONFIGURE_ARGS+= --without-relocatable-dumped-modules
.else