diff options
author | Marius Strobl <marius@FreeBSD.org> | 2010-03-25 23:11:22 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2010-03-25 23:11:22 +0000 |
commit | bb8871ec1b2b4a5be7b7a13f4ff8a535f933c15d (patch) | |
tree | d7bc43ce6e0b26180af2bbba5174391d24e34237 /graphics/dri | |
parent | 12c4a1fce70d7c671e4e8319e6f65c30ec7b842b (diff) |
Notes
Diffstat (limited to 'graphics/dri')
-rw-r--r-- | graphics/dri/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index ca03f9e66935..5be5e9fb08f0 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -21,8 +21,8 @@ MAKE_JOBS_UNSAFE= yes USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto -.ifdef WITH_NOUVEAU -EXTRA_PATCHES= mesalib74-configure +.ifndef WITHOUT_NOUVEAU +EXTRA_PATCHES+= ${FILESDIR}/mesalib74-configure .endif do-install: @@ -32,8 +32,8 @@ do-install: .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= Does not install on ia64 on sparc64 +.if ${ARCH} == "ia64" +BROKEN= Does not install on ia64 .endif .include <bsd.port.post.mk> |