diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-12-10 13:38:42 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-12-10 13:38:42 +0000 |
commit | f85c3bea3ae9e85c40c80f02c54031e5f048bafa (patch) | |
tree | 997331be81c0b9383667f1f0450e8f9b3cc86dba /multimedia | |
parent | USE_MESA -> USE_GL, remove -lglut from LDFLAGS (diff) |
USE_MESA -> USE_GL
Notes
Notes:
svn path=/head/; revision=95536
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xtheater/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile index be2fe13ff1ad..b065b5ae82fb 100644 --- a/multimedia/xtheater/Makefile +++ b/multimedia/xtheater/Makefile @@ -24,7 +24,7 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_BZIP2= yes USE_GNOME= gtk12 -USE_MESA= yes +USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes |