diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-15 23:59:54 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-15 23:59:54 +0000 |
commit | a13fadf3924d56d7f5bfb662f2c75428fd11c6e7 (patch) | |
tree | f679f6750308e5d57a14387b7194c9a2a3c238e4 /emulators | |
parent | 39240339a7fbeec065246b5f2779ab4f42b18000 (diff) | |
download | ports-a13fadf3924d56d7f5bfb662f2c75428fd11c6e7.tar.gz ports-a13fadf3924d56d7f5bfb662f2c75428fd11c6e7.zip |
Notes
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/ |