diff options
Diffstat (limited to 'misc/compat13x/Makefile')
-rw-r--r-- | misc/compat13x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile index ecc8fb0898c6..758f710146af 100644 --- a/misc/compat13x/Makefile +++ b/misc/compat13x/Makefile @@ -32,7 +32,7 @@ COMPAT_LIBS= libcrypto.so.111 \ IGNORE= is for FreeBSD 13.x and newer .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500000 RUN_DEPENDS+= compat14x-${ARCH}>=0:misc/compat14x .endif |