aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2010-06-01 00:05:23 +0800
committererwin <erwin@FreeBSD.org>2010-06-01 00:05:23 +0800
commit55b5415fc1b61a1a7a1e11ea4f98971c1168d466 (patch)
tree97aa41f9dece4236095e886645b1a1adf644415d /archivers
parentc951b2533e04d412b6b3f47c4c309e932f110ccd (diff)
downloadfreebsd-ports-gnome-55b5415fc1b61a1a7a1e11ea4f98971c1168d466.tar.gz
freebsd-ports-gnome-55b5415fc1b61a1a7a1e11ea4f98971c1168d466.tar.zst
freebsd-ports-gnome-55b5415fc1b61a1a7a1e11ea4f98971c1168d466.zip
Also mark BROKEN on recent HEAD after the import of lzma.
Submitted by: pointyhat
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bsdar/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
-.if ${OSVERSION} < 700055
+.if ${OSVERSION} < 700055 || ${OSVERSION} >= 900012
IGNORE= does not compile
.endif