diff options
Diffstat (limited to 'misc/compat10x/Makefile')
-rw-r--r-- | misc/compat10x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat10x/Makefile b/misc/compat10x/Makefile index 788a48e817e6..9e6f6474d7e9 100644 --- a/misc/compat10x/Makefile +++ b/misc/compat10x/Makefile @@ -23,8 +23,8 @@ USE_LDCONFIG= ${TARGET_DIR} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1100000 -IGNORE= is for FreeBSD 11.x and newer +.if ${OSVERSION} < 1000000 +IGNORE= is for FreeBSD 10.x and newer .endif .if ${ARCH} == amd64 |