diff options
author | anholt <anholt@FreeBSD.org> | 2004-07-26 04:31:30 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-07-26 04:31:30 +0800 |
commit | 4c9cbf17b1998d8b06bf9c4aab5e728818a42b32 (patch) | |
tree | 5f7c361865266e59006caa1ab48dd56481317649 /graphics/xfree86-dri | |
parent | c130cfc50e7854da0c83db7429490f069680c4ed (diff) | |
download | freebsd-ports-graphics-4c9cbf17b1998d8b06bf9c4aab5e728818a42b32.tar.gz freebsd-ports-graphics-4c9cbf17b1998d8b06bf9c4aab5e728818a42b32.tar.zst freebsd-ports-graphics-4c9cbf17b1998d8b06bf9c4aab5e728818a42b32.zip |
This works on AMD64 as well. Fixes build of xorg metaport on AMD64.
Diffstat (limited to 'graphics/xfree86-dri')
-rw-r--r-- | graphics/xfree86-dri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xfree86-dri/Makefile b/graphics/xfree86-dri/Makefile index 022c61c1ce1..89f5b9df6b3 100644 --- a/graphics/xfree86-dri/Makefile +++ b/graphics/xfree86-dri/Makefile @@ -18,7 +18,7 @@ COMMENT= OpenGL hardware acceleration drivers for the DRI EXTRA_PATCHES+= ${CF_PATCHES} -ONLY_FOR_ARCHS= i386 alpha +ONLY_FOR_ARCHS= i386 alpha amd64 XBUILD_DIRS= lib/GL XINSTALL_DIRS= lib/GL/mesa/src/drv |