diff options
| author | Eric Anholt <anholt@FreeBSD.org> | 2003-03-13 07:10:00 +0000 | 
|---|---|---|
| committer | Eric Anholt <anholt@FreeBSD.org> | 2003-03-13 07:10:00 +0000 | 
| commit | 4b37a1e5b7572568c4225dbafdf2c02c8851b49a (patch) | |
| tree | 0194c71273599c13c2767c9890c1fef0eff7ec56 | |
| parent | Include keysym.h not keysymdef.h, to get XK_ISO_Lock with XFree86 4.3.0. (diff) | |
Add missing USE_MESA=yes (uses glut).
Submitted by:	bento/kris
Notes
Notes:
    svn path=/head/; revision=77117
| -rw-r--r-- | graphics/blender-devel/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/blender-devel/Makefile b/graphics/blender-devel/Makefile index 7dc5a46bde75..3e549ca7502f 100644 --- a/graphics/blender-devel/Makefile +++ b/graphics/blender-devel/Makefile @@ -23,6 +23,7 @@ USE_BZIP2=	yes  USE_REINPLACE=	yes  USE_GMAKE=	yes  USE_PYTHON=	yes +USE_MESA=	yes  .if defined(WITH_OPTIMIZED_CFLAGS)  CFLAGS+=	-O3 -ffast-math  | 
