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 /emulators | |
parent | USE_MESA -> USE_GL, remove -lglut from LDFLAGS (diff) |
USE_MESA -> USE_GL
Notes
Notes:
svn path=/head/; revision=95536
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dgen-sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index 2d4680b373d1..47ff848bafc5 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -16,7 +16,7 @@ COMMENT= A wonderful Sega Genesis/MegaDrive emulator BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_SDL= yes -USE_MESA= yes +USE_GL= yes GNU_CONFIGURE= yes MAN1= dgen.1 tobin.1 |