diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-29 09:52:05 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-29 09:52:05 +0800 |
commit | 815ad394b8280df52b94c5a0aeef526ecf7f4f0e (patch) | |
tree | 09ac5b8931a5736201cf263cf220cb0f68d52c7d | |
parent | 95889fbc2213fcf25b77eaf7cb6f0784668392a5 (diff) | |
download | freebsd-ports-gnome-815ad394b8280df52b94c5a0aeef526ecf7f4f0e.tar.gz freebsd-ports-gnome-815ad394b8280df52b94c5a0aeef526ecf7f4f0e.tar.zst freebsd-ports-gnome-815ad394b8280df52b94c5a0aeef526ecf7f4f0e.zip |
emulators/ppsspp: hide QT* options in master port
Pointyhat to: jbeich (r422825)
-rw-r--r-- | emulators/ppsspp-qt4/Makefile | 1 | ||||
-rw-r--r-- | emulators/ppsspp-qt5/Makefile | 1 | ||||
-rw-r--r-- | emulators/ppsspp/Makefile | 4 |
3 files changed, 2 insertions, 4 deletions
diff --git a/emulators/ppsspp-qt4/Makefile b/emulators/ppsspp-qt4/Makefile index c0f6f30344d9..edc28a42d7c9 100644 --- a/emulators/ppsspp-qt4/Makefile +++ b/emulators/ppsspp-qt4/Makefile @@ -6,7 +6,6 @@ PKGNAMESUFFIX= -qt4 MASTERDIR= ${.CURDIR}/../ppsspp OPTIONS_SLAVE= QT4 -OPTIONS_EXCLUDE=${OPTIONS_SINGLE_GUI} # XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers? do-install-QT4-on: do-install-SDL-off diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile index 72ef6d9e15ac..730f7475227b 100644 --- a/emulators/ppsspp-qt5/Makefile +++ b/emulators/ppsspp-qt5/Makefile @@ -6,7 +6,6 @@ PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp OPTIONS_SLAVE= QT5 -OPTIONS_EXCLUDE=${OPTIONS_SINGLE_GUI} # XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers? do-install-QT5-on: do-install-SDL-off diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 3c85a17d50fd..997cda61332b 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators # XXX Get from Debian once #697821 lands MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage @@ -44,10 +44,10 @@ DESKTOP_ENTRIES="PPSSPP" \ "Game;Emulator;" \ "" -OPTIONS_DEFAULT=QT5 OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT4 QT5 SDL OPTIONS_SLAVE?= SDL +OPTIONS_EXCLUDE= ${OPTIONS_SINGLE_GUI} QT4_USES= qmake:outsource QT4_USE= QT4=qmake_build,moc_build,rcc_build,uic_build,linguisttools_build,gui,opengl |