From 55b5415fc1b61a1a7a1e11ea4f98971c1168d466 Mon Sep 17 00:00:00 2001 From: erwin Date: Mon, 31 May 2010 16:05:23 +0000 Subject: Also mark BROKEN on recent HEAD after the import of lzma. Submitted by: pointyhat --- archivers/bsdar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/bsdar/Makefile b/archivers/bsdar/Makefile index fe3080d718ff..a8dab9f8c687 100644 --- a/archivers/bsdar/Makefile +++ b/archivers/bsdar/Makefile @@ -20,7 +20,7 @@ MAN1= ar.1 ranlib.1 .include -.if ${OSVERSION} < 700055 +.if ${OSVERSION} < 700055 || ${OSVERSION} >= 900012 IGNORE= does not compile .endif -- cgit