diff options
Diffstat (limited to 'misc/compat11x/Makefile')
-rw-r--r-- | misc/compat11x/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/compat11x/Makefile b/misc/compat11x/Makefile index dbda51dc45a5..312cdeeeb41e 100644 --- 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 @@ USE_LDCONFIG= ${TARGET_DIR} 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 |