Add compat4x libs to support FreeBSD 5.x branch

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-04-18 17:01:38 +00:00
parent c8e249609c
commit 42d36ff4a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79238

View file

@ -34,4 +34,11 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/VGB.html ${PREFIX}/share/doc/vgb
.endif # !defined(NOPORTDOCS)
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x
.endif
.include <bsd.port.post.mk>