diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:48:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:48:39 +0000 |
commit | b6a8e68895ef71e14390c2f494a293e9ee65b029 (patch) | |
tree | 2a8dc9a70972bd51b0fc9de4c3d629628c7d46f3 /x11-drivers/xorg-drivers | |
parent | 6935df75672d9ed497f643509740008419bf1332 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-drivers)
Notes
Notes:
svn path=/head/; revision=327779
Diffstat (limited to 'x11-drivers/xorg-drivers')
-rw-r--r-- | x11-drivers/xorg-drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile index 9bf1dd08ba43..4f7071eb029d 100644 --- a/x11-drivers/xorg-drivers/Makefile +++ b/x11-drivers/xorg-drivers/Makefile @@ -97,6 +97,7 @@ SUNFFB_DESC= Install sunffb video driver # these drivers have a different module name compared to the plugin they install QUIRKS= keyboard:kbd +NO_STAGE= yes .include <bsd.port.options.mk> # Manual add arch specific drivers so they be added to depend lines. |