svn commit: r539582 - head/games/libretro

Loïc Bartoletti lbartoletti at FreeBSD.org
Fri Jun 19 04:01:01 UTC 2020


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 at 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


More information about the svn-ports-all mailing list