summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-18 17:01:38 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-18 17:01:38 +0000
commit42d36ff4a69ec0f0715cb012bbe53d6b47b69a93 (patch)
treea190162b0ccb908bdc007f2159af10c7e48409e1 /emulators
parentUpdate to 2.0 (diff)
Add compat4x libs to support FreeBSD 5.x branch
Notes
Notes: svn path=/head/; revision=79238
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vgb-bin/Makefile9
1 files changed, 8 insertions, 1 deletions
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 <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>
+