aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ffsrecov/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ffsrecov/Makefile')
-rw-r--r--sysutils/ffsrecov/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile
index a5b864e8144a..df1c9840abb3 100644
--- a/sysutils/ffsrecov/Makefile
+++ b/sysutils/ffsrecov/Makefile
@@ -22,4 +22,8 @@ PLIST_FILES= bin/ffsrecov
BROKEN= "Incompatible with UFS2 header files"
.endif
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Does not compile on alpha 4.x"
+.endif
+
.include <bsd.port.post.mk>