aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-vmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-vmware/Makefile')
-rw-r--r--x11-drivers/xf86-video-vmware/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vmware/Makefile b/x11-drivers/xf86-video-vmware/Makefile
index 61970eb9a522..ffe26ac35f14 100644
--- a/x11-drivers/xf86-video-vmware/Makefile
+++ b/x11-drivers/xf86-video-vmware/Makefile
@@ -17,4 +17,10 @@ USE_XORG= xextproto xineramaproto videoproto
MAN4= vmware.4x
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+USE_GCC= 4.2+
+.endif
+
+.include <bsd.port.post.mk>