mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Actually, this port relies on libc.so.3, so use compat3x instead of 4x.
Approved by: portmgr (implicit)
This commit is contained in:
parent
10f266c4f0
commit
24cd2db1b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118531
@ -20,8 +20,8 @@ INSTALL_RWDATA= ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
||||
.if ${OSVERSION} >= 400000
|
||||
LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user