diff options
author | erwin <erwin@FreeBSD.org> | 2010-06-01 00:05:23 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-06-01 00:05:23 +0800 |
commit | 55b5415fc1b61a1a7a1e11ea4f98971c1168d466 (patch) | |
tree | 97aa41f9dece4236095e886645b1a1adf644415d /archivers | |
parent | c951b2533e04d412b6b3f47c4c309e932f110ccd (diff) | |
download | freebsd-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/Makefile | 2 |
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 |