diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-11 00:21:44 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-11 00:21:44 +0800 |
commit | b9077cb4dc75358b26a05240a7653abd63553766 (patch) | |
tree | 41e820f540daf72c6a90d204fc1e1642c90c2887 /emulators/ppsspp | |
parent | 1448cf889b1eb136e9d1b2893eacc7f60e067d9d (diff) | |
download | freebsd-ports-gnome-b9077cb4dc75358b26a05240a7653abd63553766.tar.gz freebsd-ports-gnome-b9077cb4dc75358b26a05240a7653abd63553766.tar.zst freebsd-ports-gnome-b9077cb4dc75358b26a05240a7653abd63553766.zip |
emulators/ppsspp: unbreak _OFF helpers after r422825
Diffstat (limited to 'emulators/ppsspp')
-rw-r--r-- | emulators/ppsspp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index c3ecd59816aa..20edc42363ce 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -47,7 +47,7 @@ DESKTOP_ENTRIES="PPSSPP" \ OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT4 QT5 SDL OPTIONS_SLAVE?= SDL -OPTIONS_EXCLUDE= ${OPTIONS_SINGLE_GUI} +OPTIONS_EXCLUDE:= ${OPTIONS_SINGLE_GUI} QT4_USES= qmake:outsource QT4_USE= QT4=qmake_build,moc_build,rcc_build,uic_build,linguisttools_build,gui,opengl |