misc/compat12x: depend on compat13x for libnv.so.0

This commit is contained in:
Baptiste Daroussin 2025-03-18 12:55:29 +01:00
parent db491cbd3f
commit 556a2d2c5a

View file

@ -1,5 +1,6 @@
PORTNAME= compat12x
PORTVERSION= 12.2.1202000.20210406
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/jkim
PKGNAMESUFFIX= -${ARCH}
@ -24,6 +25,10 @@ USE_LDCONFIG= ${TARGET_DIR}
IGNORE= is for FreeBSD 12.x and newer
.endif
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000
RUN_DEPENDS+= compat13x-${ARCH}>=0:misc/compat13x
.endif
.if ${ARCH} == amd64
USE_LDCONFIG32= ${TARGET32_DIR}
.endif