diff options
Diffstat (limited to 'x11-drivers/xf86-video-nouveau/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile index 0b4dac78c3d6..64afb7ac6bb7 100644 --- a/x11-drivers/xf86-video-nouveau/Makefile +++ b/x11-drivers/xf86-video-nouveau/Makefile @@ -21,9 +21,8 @@ MAN4= nouveau.4x MAKE_JOBS_SAFE= yes -.if defined(WITHOUT_NOUVEAU) -BROKEN= Please disable WITHOUT_NOUVEAU global macro. -.endif +# also doesn't work with mesa (libGL) version higher then 7.4.x +IGNORE= Not supported, missing kernel support. use the nvidia driver. post-configure: ${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h |