diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-07-25 20:31:30 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-07-25 20:31:30 +0000 |
commit | b5d46ce3f986d79477c64412f65195f53d04918e (patch) | |
tree | 36c5316a5968be21cfc4a62c57550b483c0861f5 /graphics/dri | |
parent | 087066f62929e0bc046aad3e535556b96b7196ac (diff) | |
download | ports-b5d46ce3f986d79477c64412f65195f53d04918e.tar.gz ports-b5d46ce3f986d79477c64412f65195f53d04918e.zip |
Notes
Diffstat (limited to 'graphics/dri')
-rw-r--r-- | graphics/dri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index 022c61c1ce11..89f5b9df6b31 100644 --- a/graphics/dri/Makefile +++ b/graphics/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 |