diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-10-08 20:40:44 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-10-08 20:40:44 +0000 |
commit | 91ae553407dfc08275cf056a6a253b910f7dfe62 (patch) | |
tree | 929b5821af7eaeda282099e72a7b3663d4e5bb53 /graphics/mesa-demos | |
parent | 4256723e338e228d928d964d08fa5741807ebc9a (diff) | |
download | ports-91ae553407dfc08275cf056a6a253b910f7dfe62.tar.gz ports-91ae553407dfc08275cf056a6a253b910f7dfe62.zip |
Notes
Diffstat (limited to 'graphics/mesa-demos')
-rw-r--r-- | graphics/mesa-demos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index ee4db66646e8..b6a7791cb89f 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -13,7 +13,9 @@ PKGNAMEPREFIX= mesa- MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL demos distributed with Mesa +.if !defined(WITHOUT_NOUVEAU) BROKEN= does not fetch +.endif USE_GL= glu glut USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto |