Index: graphics/dri/Makefile =================================================================== --- graphics/dri/Makefile +++ graphics/dri/Makefile @@ -61,7 +61,7 @@ . if ${ARCH} == powerpc || ${ARCH} == powerpc64 DRI_DRIVERS= RADEON SWRAST . endif -. if ${ARCH} == sparc64 +. if ${ARCH} == sparc64 || ${ARCH} == armv6 DRI_DRIVERS= SWRAST . endif .else # !defined(WITH_NEW_XORG) @@ -83,9 +83,6 @@ .endif .endfor -.if !(${ARCH} == amd64 || ${ARCH} == i386) -CONFIGURE_ARGS+=--disable-gallium-intel -.endif CONFIGURE_ARGS+=--with-dri-drivers="${DRI_DRIVERS:tl}" .if defined(WITH_NEW_XORG) && !defined(WITH_GALLIUM) \