diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-02-07 11:51:08 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-02-07 11:51:08 +0000 |
commit | f18d011411205cf73900c4ef2b0d09292fb21dcb (patch) | |
tree | e4a0aadff05f8588e9a24cc00643de3ea9c946db /x11-drivers | |
parent | 4ab15900201491184867bf500e631fe0dc6a4eeb (diff) |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile index 63891f3fed33..401567f9f58e 100644 --- a/x11-drivers/xf86-video-nouveau/Makefile +++ b/x11-drivers/xf86-video-nouveau/Makefile @@ -20,6 +20,10 @@ MAN4= nouveau.4x MAKE_JOBS_SAFE= yes +.if defined(WITHOUT_NOUVEAU) +BROKEN= Please disable WITHOUT_NOUVEAU global macro. +.endif + post-configure: ${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h |