aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-11 00:21:44 +0800
committerjbeich <jbeich@FreeBSD.org>2016-10-11 00:21:44 +0800
commitb9077cb4dc75358b26a05240a7653abd63553766 (patch)
tree41e820f540daf72c6a90d204fc1e1642c90c2887 /emulators
parent1448cf889b1eb136e9d1b2893eacc7f60e067d9d (diff)
downloadfreebsd-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')
-rw-r--r--emulators/ppsspp-qt4/Makefile3
-rw-r--r--emulators/ppsspp-qt5/Makefile3
-rw-r--r--emulators/ppsspp/Makefile2
3 files changed, 1 insertions, 7 deletions
diff --git a/emulators/ppsspp-qt4/Makefile b/emulators/ppsspp-qt4/Makefile
index edc28a42d7c9..cffafa1b8020 100644
--- a/emulators/ppsspp-qt4/Makefile
+++ b/emulators/ppsspp-qt4/Makefile
@@ -7,7 +7,4 @@ MASTERDIR= ${.CURDIR}/../ppsspp
OPTIONS_SLAVE= QT4
-# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
-do-install-QT4-on: do-install-SDL-off
-
.include "${MASTERDIR}/Makefile"
diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile
index 730f7475227b..e436926eb3db 100644
--- a/emulators/ppsspp-qt5/Makefile
+++ b/emulators/ppsspp-qt5/Makefile
@@ -7,7 +7,4 @@ MASTERDIR= ${.CURDIR}/../ppsspp
OPTIONS_SLAVE= QT5
-# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
-do-install-QT5-on: do-install-SDL-off
-
.include "${MASTERDIR}/Makefile"
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