diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-18 17:01:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-18 17:01:38 +0000 |
commit | 42d36ff4a69ec0f0715cb012bbe53d6b47b69a93 (patch) | |
tree | a190162b0ccb908bdc007f2159af10c7e48409e1 /emulators | |
parent | c8e249609c3e20f6d4dfd4dd96953a1db8eea8bf (diff) | |
download | ports-42d36ff4a69ec0f0715cb012bbe53d6b47b69a93.tar.gz ports-42d36ff4a69ec0f0715cb012bbe53d6b47b69a93.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vgb-bin/Makefile | 9 |
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> + |