git: edcf04f27ce1 - main - emulators/ppsspp: limit wayland category to SDL frontend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Jan 2023 10:19:43 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=edcf04f27ce1b4aba86ed6845c195684034669ab commit edcf04f27ce1b4aba86ed6845c195684034669ab Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-01-02 10:19:11 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-01-02 10:19:39 +0000 emulators/ppsspp: limit wayland category to SDL frontend --- emulators/ppsspp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 4a7c681bd907..4bf9f7919d59 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -2,7 +2,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.14.3 PORTREVISION?= 0 -CATEGORIES= emulators wayland +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 DISTFILES= ${PORTNAME}.1:manpage @@ -68,6 +68,7 @@ QT5_USE= QT=qmake:build,buildtools:build,linguisttools:build,gui,multimedia,open QT5_USE+= SDL=sdl2 # audio, joystick QT5_CMAKE_BOOL= USING_QT_UI QT5_VARS= EXENAME=PPSSPPQt +SDL_CATEGORIES= wayland SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png SDL_USES= sdl