diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-16 07:59:54 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-16 07:59:54 +0800 |
commit | ecc0d8777a78aa066d8edb2800128f791e5bf807 (patch) | |
tree | f679f6750308e5d57a14387b7194c9a2a3c238e4 /emulators | |
parent | 2a3819abc45b831c1194dda809ce6dbb7fbea309 (diff) | |
download | freebsd-ports-gnome-ecc0d8777a78aa066d8edb2800128f791e5bf807.tar.gz freebsd-ports-gnome-ecc0d8777a78aa066d8edb2800128f791e5bf807.tar.zst freebsd-ports-gnome-ecc0d8777a78aa066d8edb2800128f791e5bf807.zip |
graphics/vulkan-loader: enable Wayland surface
- Rebuild ppsspp and rpcs3 to pick up Wayland support for Vulkan
PR: 227423
Submitted by: Greg V (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ppsspp/Makefile | 4 | ||||
-rw-r--r-- | emulators/rpcs3/Makefile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 0eefb64f9720..23482de31694 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.6.3 -PORTREVISION?= 3 +PORTREVISION?= 4 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 @@ -73,7 +73,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_RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader +VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader post-patch: @${REINPLACE_CMD} -e 's/Linux/${OPSYS}/' \ diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index f9754a1f97dc..7227223b2c92 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -4,6 +4,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.5-975 DISTVERSIONSUFFIX= -g8540399ec +PORTREVISION= 1 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |