aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ffsrecov
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-10-21 20:21:33 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-10-21 20:21:33 +0000
commit76d5e30f599ddf37bd5fe922ec101e1af52be196 (patch)
treed79fd64c4f3e9ac822524929b26a87d6e569bed9 /sysutils/ffsrecov
parentbe1a5a30f196e202d117cbbd857cfdd9ec421c46 (diff)
Notes
Diffstat (limited to 'sysutils/ffsrecov')
-rw-r--r--sysutils/ffsrecov/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile
index a43845ca5f74..60a6b57b91ae 100644
--- a/sysutils/ffsrecov/Makefile
+++ b/sysutils/ffsrecov/Makefile
@@ -12,4 +12,10 @@ MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/
MAN8= ffsrecov.8
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "Incompatible with UFS2 header files"
+.endif
+
+.include <bsd.port.post.mk>