diff options
Diffstat (limited to 'misc/compat8x/Makefile')
-rw-r--r-- | misc/compat8x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index eee133c28588..1f47d0f51cf4 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -26,8 +26,8 @@ USE_LDCONFIG= ${TARGET_DIR} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 900000 -IGNORE= is for FreeBSD 9.x and newer +.if ${OSVERSION} < 800000 +IGNORE= is for FreeBSD 8.x and newer .endif .if ${ARCH} == amd64 |