aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-03-21 03:07:27 +0800
committerbeech <beech@FreeBSD.org>2008-03-21 03:07:27 +0800
commit9e79a90e764b97ce3a354f6cb894c81463c6d9c0 (patch)
treef14967c4753325b249a8020ab3a5d298516335e8 /graphics
parent880de460a77f788b5c53e87ade37a67bb7e5c22e (diff)
downloadfreebsd-ports-gnome-9e79a90e764b97ce3a354f6cb894c81463c6d9c0.tar.gz
freebsd-ports-gnome-9e79a90e764b97ce3a354f6cb894c81463c6d9c0.tar.zst
freebsd-ports-gnome-9e79a90e764b97ce3a354f6cb894c81463c6d9c0.zip
- Add amd64 to archs
- Allows some ports (skype) to install in that platform. Reviewed by: netchild, linimon
Diffstat (limited to 'graphics')
-rw-r--r--graphics/linux_dri/Makefile2
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 \