diff options
author | acm <acm@FreeBSD.org> | 2009-01-08 23:33:51 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-08 23:33:51 +0800 |
commit | 523a16a64b15e1232355d5d2a984cda1709a1c34 (patch) | |
tree | f804622ef34df519d3d8121ecbf71e46611f1daf /emulators/mupen64-base | |
parent | b372d4f63dd0385c242d05dea873cc8a1a676fd7 (diff) | |
download | freebsd-ports-gnome-523a16a64b15e1232355d5d2a984cda1709a1c34.tar.gz freebsd-ports-gnome-523a16a64b15e1232355d5d2a984cda1709a1c34.tar.zst freebsd-ports-gnome-523a16a64b15e1232355d5d2a984cda1709a1c34.zip |
- Fix typo
Reportted by: pav
Diffstat (limited to 'emulators/mupen64-base')
-rw-r--r-- | emulators/mupen64-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64-base/Makefile b/emulators/mupen64-base/Makefile index 84ca0bb925e7..efbb5478594e 100644 --- a/emulators/mupen64-base/Makefile +++ b/emulators/mupen64-base/Makefile @@ -20,7 +20,7 @@ COMMENT?= Mupen64 is a Nintendo 64 emulator USE_GNOME?= # USE_GL?= # -USE_GDL?= # +USE_SDL?= # USE_BZIP2= yes USE_GMAKE= yes ONLY_FOR_ARCHS= i386 |