From 81018bff89104b1002d9e1a12bdfd12dc34a7521 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Thu, 20 Mar 2008 19:07:27 +0000 Subject: [PATCH] - Add amd64 to archs - Allows some ports (skype) to install in that platform. Reviewed by: netchild, linimon --- graphics/linux_dri/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \