diff options
Diffstat (limited to 'x11-drivers/xf86-video-voodoo/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-voodoo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-voodoo/Makefile b/x11-drivers/xf86-video-voodoo/Makefile index 7cc591a48b3d..35f0c105a1ec 100644 --- a/x11-drivers/xf86-video-voodoo/Makefile +++ b/x11-drivers/xf86-video-voodoo/Makefile @@ -16,4 +16,10 @@ XORG_CAT= driver USE_XORG= xf86dgaproto xextproto MAN4= voodoo.4x -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +USE_GCC= 4.2+ +.endif + +.include <bsd.port.post.mk> |