Date: Fri, 19 Jun 2020 04:01:01 +0000 (UTC) From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539582 - head/games/libretro Message-ID: <202006190401.05J411lH022369@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lbartoletti Date: Fri Jun 19 04:01:01 2020 New Revision: 539582 URL: https://svnweb.freebsd.org/changeset/ports/539582 Log: games/libretro: incorrect dependency with paralleln64 PR: 247209 Submitted by: Daniel Menelkir (maintainer) Reported by: sdalu@sdalu.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25315 Modified: head/games/libretro/Makefile Modified: head/games/libretro/Makefile ============================================================================== --- head/games/libretro/Makefile Fri Jun 19 03:57:00 2020 (r539581) +++ head/games/libretro/Makefile Fri Jun 19 04:01:01 2020 (r539582) @@ -127,7 +127,7 @@ NESTOPIA_RUN_DEPENDS= libretro-nestopia>=0:games/libr NXENGINE_RUN_DEPENDS= libretro-nxengine>=0:games/libretro-nxengine O2EM_RUN_DEPENDS= libretro-o2em>=0:games/libretro-o2em OPERA_RUN_DEPENDS= libretro-opera>=0:games/libretro-opera -PARALLELN64_RUN_DEPENDS= libretro-paralleln64:games/libretro-paralleln64 +PARALLELN64_RUN_DEPENDS= libretro-paralleln64>=0:games/libretro-paralleln64 PCSX_REARMED_RUN_DEPENDS= libretro-pcsx_rearmed>=0:games/libretro-pcsx_rearmed PICODRIVE_RUN_DEPENDS= libretro-picodrive>=0:games/libretro-picodrive PRBOOM_RUN_DEPENDS= libretro-prboom>=0:games/libretro-prboom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006190401.05J411lH022369>