diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:32:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:32:03 +0000 |
commit | 76a7d05848e656c4c0235951de84c8f27c28da8e (patch) | |
tree | 914758fa051b02572461e8062de307b599b9f5bf /sysutils/ffsrecov | |
parent | 476ea8d39202d7f3fea86c49b5284a957c3ea626 (diff) | |
download | ports-76a7d05848e656c4c0235951de84c8f27c28da8e.tar.gz ports-76a7d05848e656c4c0235951de84c8f27c28da8e.zip |
BROKEN on alpha 4.x: Does not compile
Notes
Notes:
svn path=/head/; revision=103928
Diffstat (limited to 'sysutils/ffsrecov')
-rw-r--r-- | sysutils/ffsrecov/Makefile | 4 |
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> |