From 42d36ff4a69ec0f0715cb012bbe53d6b47b69a93 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 18 Apr 2003 17:01:38 +0000 Subject: [PATCH] Add compat4x libs to support FreeBSD 5.x branch --- emulators/vgb-bin/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index bf6dfdb96bb6..542144ff1090 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-bin/Makefile @@ -34,4 +34,11 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/VGB.html ${PREFIX}/share/doc/vgb .endif # !defined(NOPORTDOCS) -.include +.include + +.if ${OSVERSION} >= 500000 +LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x +.endif + +.include +