diff --git a/misc/compat12x/Makefile b/misc/compat12x/Makefile index a88d9b18de92..8df275201e16 100644 --- a/misc/compat12x/Makefile +++ b/misc/compat12x/Makefile @@ -1,5 +1,6 @@ PORTNAME= compat12x PORTVERSION= 12.2.1202000.20210406 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= LOCAL/jkim PKGNAMESUFFIX= -${ARCH} @@ -24,6 +25,10 @@ USE_LDCONFIG= ${TARGET_DIR} IGNORE= is for FreeBSD 12.x and newer .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000 +RUN_DEPENDS+= compat13x-${ARCH}>=0:misc/compat13x +.endif + .if ${ARCH} == amd64 USE_LDCONFIG32= ${TARGET32_DIR} .endif