git: 6d9c5d744ccd - main - emulators/ppsspp: compress CMAKE_ON via :L
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Jun 2023 01:02:42 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d9c5d744ccd4926c59879ff3e2f8884779ef525 commit 6d9c5d744ccd4926c59879ff3e2f8884779ef525 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-06-19 12:51:23 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-06-20 00:50:00 +0000 emulators/ppsspp: compress CMAKE_ON via :L --- emulators/ppsspp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index e6be6b3cf117..4aeb28099620 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -41,7 +41,7 @@ USES= cmake compiler:c++11-lib gl localbase:ldflags pkgconfig shared-mime-info EXCLUDE= libzip zlib EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} USE_GL= glew opengl -CMAKE_ON= USE_SYSTEM_FFMPEG USE_SYSTEM_LIBZIP USE_SYSTEM_SNAPPY USE_WAYLAND_WSI +CMAKE_ON= ${FFMPEG LIBZIP SNAPPY:L:S/^/USE_SYSTEM_/} USE_WAYLAND_WSI CMAKE_OFF= USE_DISCORD SUB_FILES= pkg-message PORTDATA= assets