diff options
Diffstat (limited to 'misc/compat13x/Makefile')
-rw-r--r-- | misc/compat13x/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile index f826b491abd2..ecc8fb0898c6 100644 --- a/misc/compat13x/Makefile +++ b/misc/compat13x/Makefile @@ -1,6 +1,5 @@ PORTNAME= compat13x -PORTVERSION= 13.5.1305000.20250330 -PORTREVISION= 2 +PORTVERSION= 13.5.1305000.20250516 CATEGORIES= misc MASTER_SITES= LOCAL/arrowd PKGNAMESUFFIX= -${ARCH} @@ -20,6 +19,13 @@ TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} NO_SHLIB_REQUIRES_GLOB= *:32 +COMPAT_LIBS= libcrypto.so.111 \ + libdialog.so.9 \ + libnv.so.0 \ + libssl.so.111 + +.include "${.CURDIR}/../compat4x/Makefile.makedist" + .include <bsd.port.pre.mk> .if ${OSREL:R} < 13 |