aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-04-19 01:01:38 +0800
committerlioux <lioux@FreeBSD.org>2003-04-19 01:01:38 +0800
commitca2196dbdc14a7653e83f19e41709e5ded33c2d8 (patch)
tree6127015ae63c8b8855ef95d44a2e247a7271dec1
parent1ccf580f583df7880672af536a63679f464b9ba9 (diff)
downloadfreebsd-ports-gnome-ca2196dbdc14a7653e83f19e41709e5ded33c2d8.tar.gz
freebsd-ports-gnome-ca2196dbdc14a7653e83f19e41709e5ded33c2d8.tar.zst
freebsd-ports-gnome-ca2196dbdc14a7653e83f19e41709e5ded33c2d8.zip
Add compat4x libs to support FreeBSD 5.x branch
-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>
+