diff options
Diffstat (limited to 'archivers/bsdar/Makefile')
-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 |