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

This commit is contained in:
Baptiste Daroussin 2025-03-18 12:12:21 +01:00
parent f365e54d8f
commit db491cbd3f

View file

@ -1,5 +1,6 @@
PORTNAME= compat11x
PORTVERSION= 11.2.1102000.20181014
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/des
PKGNAMESUFFIX= -${ARCH}
@ -22,6 +23,10 @@ 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
.endif
.if ${ARCH} == amd64
USE_LDCONFIG32= ${TARGET32_DIR}
.endif