Install misc/compat6x if 7-current box doesn't have libc.so.6.

This commit is contained in:
Makoto Matsushita 2007-06-20 03:28:59 +00:00
parent dce8496796
commit ae6cb37da0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193915

View file

@ -51,9 +51,8 @@ BUILD_VER= 45731
.include <bsd.port.pre.mk>
.if (${OSVERSION} >= 700000) && (!exists(/lib/libc.so.6))
IGNORE= requires libc.so.6
#LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
.if ${OSVERSION} >= 700000
LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
.endif
.if ${OSVERSION} < 500000