mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
misc/compat11x: depend on compat13x for libnv.so.0
This commit is contained in:
parent
f365e54d8f
commit
db491cbd3f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue