diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-11-11 23:54:06 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-11-11 23:54:06 +0000 |
commit | f14586159db1bc192cf59edf3a21e3889a7cbb62 (patch) | |
tree | 20c52047cb1565cae324ba193aee376544012794 /emulators | |
parent | 83e3e6ed88330c2c644469c0f8a41092ad64ba06 (diff) | |
download | ports-f14586159db1bc192cf59edf3a21e3889a7cbb62.tar.gz ports-f14586159db1bc192cf59edf3a21e3889a7cbb62.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ppsspp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 427020fc71a8..10f4e6e82816 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -69,8 +69,7 @@ SDL_BUILD_DEPENDS= png>=1.6:graphics/png SDL_LIB_DEPENDS= libpng.so:graphics/png SDL_VARS= EXENAME=PPSSPPSDL VULKAN_DESC= Vulkan renderer -VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader -VULKAN_CFLAGS= -DSDL_VIDEO_DRIVER_WAYLAND # XXX bug 223018, bug 227509 +VULKAN_RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader post-patch: @${REINPLACE_CMD} -e 's/Linux/${OPSYS}/' \ |