diff options
author | beech <beech@FreeBSD.org> | 2008-03-21 03:07:27 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-21 03:07:27 +0800 |
commit | 9e79a90e764b97ce3a354f6cb894c81463c6d9c0 (patch) | |
tree | f14967c4753325b249a8020ab3a5d298516335e8 /graphics | |
parent | 880de460a77f788b5c53e87ade37a67bb7e5c22e (diff) | |
download | freebsd-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/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 \ |