diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-20 19:07:27 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-20 19:07:27 +0000 |
commit | 81018bff89104b1002d9e1a12bdfd12dc34a7521 (patch) | |
tree | 0480e7b405ea1bc59def4d59f9e04e8e7ab3f868 /graphics/linux_dri | |
parent | 1ecbe559b50171c40ad9758dd1c51a8900a45adf (diff) |
Notes
Diffstat (limited to 'graphics/linux_dri')
-rw-r--r-- | graphics/linux_dri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux_dri/Makefile b/graphics/linux_dri/Makefile index 43b3f05c9fba..a76e4dae66e6 100644 --- a/graphics/linux_dri/Makefile +++ b/graphics/linux_dri/Makefile @@ -26,7 +26,7 @@ USE_XLIB= yes # don't package this for amd64 until we come up with 32-bit ioctl wrappers for # the drm. -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 MODULELIST= i810_dri.so \ i915_dri.so \ |