diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-05-31 16:05:23 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-05-31 16:05:23 +0000 |
commit | d75f381d83d1bf4dfde30937f4dd5fa8a25f0aa6 (patch) | |
tree | 59e29ea597163c9257aa19aefd26bd8d9fc83668 /archivers | |
parent | 793ac30cfbc2d67b1b57ce64d29419f416105376 (diff) | |
download | ports-d75f381d83d1bf4dfde30937f4dd5fa8a25f0aa6.tar.gz ports-d75f381d83d1bf4dfde30937f4dd5fa8a25f0aa6.zip |
Notes
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 |