diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-21 20:21:33 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-21 20:21:33 +0000 |
commit | 76d5e30f599ddf37bd5fe922ec101e1af52be196 (patch) | |
tree | d79fd64c4f3e9ac822524929b26a87d6e569bed9 | |
parent | Update URL. (diff) |
At least let people know why it is that this port is broken in
-current. 500000 is only an approximation, since the actual UFS2
header file changes were never reflected in a version bump.
Notes
Notes:
svn path=/head/; revision=68534
-rw-r--r-- | sysutils/ffsrecov/Makefile | 8 |
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> |