diff --git a/misc/compat10x/Makefile b/misc/compat10x/Makefile --- a/misc/compat10x/Makefile +++ b/misc/compat10x/Makefile @@ -1,6 +1,6 @@ PORTNAME= compat10x PORTVERSION= 10.4.1004000.20181014 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= LOCAL/des PKGNAMESUFFIX= -${ARCH} @@ -24,8 +24,8 @@ USE_LDCONFIG32= ${TARGET32_DIR} .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300000 -RUN_DEPENDS+= compat12x-${ARCH}>=0:misc/compat12x +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 +RUN_DEPENDS+= compat11x-${ARCH}>=0:misc/compat11x .endif do-install: diff --git a/misc/compat11x/Makefile b/misc/compat11x/Makefile --- a/misc/compat11x/Makefile +++ b/misc/compat11x/Makefile @@ -1,6 +1,6 @@ PORTNAME= compat11x PORTVERSION= 11.2.1102000.20181014 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= LOCAL/des PKGNAMESUFFIX= -${ARCH} @@ -23,8 +23,8 @@ IGNORE= is for FreeBSD 11.x and newer .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000 -RUN_DEPENDS+= compat13x-${ARCH}>=0:misc/compat13x +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300000 +RUN_DEPENDS+= compat12x-${ARCH}>=0:misc/compat12x .endif .if ${ARCH} == amd64 diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile --- a/misc/compat13x/Makefile +++ b/misc/compat13x/Makefile @@ -32,7 +32,7 @@ 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