diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-03-15 16:10:06 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-03-15 16:10:06 +0000 |
commit | d3197732e3e68806152838936bd5c26396b928f9 (patch) | |
tree | a96ad00890fffda97d5775b28ac4178d75f2cf2c /emulators/mupen64-sdlaudio | |
parent | e2e9e50ddc24a203a65b1abf7da9c7b3e2606528 (diff) | |
download | ports-d3197732e3e68806152838936bd5c26396b928f9.tar.gz ports-d3197732e3e68806152838936bd5c26396b928f9.zip |
Notes
Diffstat (limited to 'emulators/mupen64-sdlaudio')
-rw-r--r-- | emulators/mupen64-sdlaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64-sdlaudio/Makefile b/emulators/mupen64-sdlaudio/Makefile index 7edf4e4a050a..c0207a80073d 100644 --- a/emulators/mupen64-sdlaudio/Makefile +++ b/emulators/mupen64-sdlaudio/Makefile @@ -14,6 +14,6 @@ PLUGIN_NAME= jttl_audio MASTERDIR= ${.CURDIR}/../mupen64-base -OPTIONS= # +OPTIONS_OVERRIDE= GTK2 .include "${MASTERDIR}/Makefile" |