diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-21 15:20:40 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-21 15:20:40 +0000 |
commit | a1ab612874d0530a35a49820c4154fe7d79bd131 (patch) | |
tree | 0cf4357990b16387818194ac324698bb1bbb1ba9 | |
parent | 3bddfef9a6625f16cc10bac7a867ab1bd0362610 (diff) |
Notes
-rw-r--r-- | sysutils/busybox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index d1c9402b1d90..b1d8918bc800 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -25,6 +25,8 @@ PLIST_FILES= bin/busybox .if ${ARCH} == "amd64" BROKEN= does not compile +.elif ${OSVERSION} >= 800000 +BROKEN= does not compile .endif do-configure: |