diff options
Diffstat (limited to 'misc/compat10x/Makefile')
-rw-r--r-- | misc/compat10x/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/compat10x/Makefile b/misc/compat10x/Makefile index 4662bf68a285..d75ad729e444 100644 --- 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 @@ NO_SHLIB_PROVIDES_GLOB= libreadline.so.* libhistory.so.* 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: |