diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-06-09 15:58:46 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-06-09 15:58:46 +0000 |
commit | 6bc83b9a9ba0b5c86062f0ebcd967f061bb93d39 (patch) | |
tree | a8f820616f94948129532efd9cfc66551ba2a405 /emulators/mupen64-sdlaudio | |
parent | c4998fd45c6b3cbee319e1270353754726bb4d7c (diff) | |
download | ports-6bc83b9a9ba0b5c86062f0ebcd967f061bb93d39.tar.gz ports-6bc83b9a9ba0b5c86062f0ebcd967f061bb93d39.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 c0207a80073d..7f4643621e1d 100644 --- a/emulators/mupen64-sdlaudio/Makefile +++ b/emulators/mupen64-sdlaudio/Makefile @@ -14,6 +14,6 @@ PLUGIN_NAME= jttl_audio MASTERDIR= ${.CURDIR}/../mupen64-base -OPTIONS_OVERRIDE= GTK2 +OPTIONS_SLAVE= GTK2 .include "${MASTERDIR}/Makefile" |