summaryrefslogtreecommitdiff
path: root/misc/compat13x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/compat13x/Makefile')
-rw-r--r--misc/compat13x/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile
index f826b491abd2..758f710146af 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,13 +19,20 @@ 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
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