Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2020 05:59:37 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544912 - head/games/homura
Message-ID:  <202008150559.07F5xbR1002862@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Aug 15 05:59:37 2020
New Revision: 544912
URL: https://svnweb.freebsd.org/changeset/ports/544912

Log:
  games/homura: Switch back to wine-devel
  
  This fixes internet problems in AdventureQuest3D, Origin and maybe in other
  games too.
  
  PR:		248539
  Submitted by:	Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)

Modified:
  head/games/homura/Makefile

Modified: head/games/homura/Makefile
==============================================================================
--- head/games/homura/Makefile	Sat Aug 15 05:46:18 2020	(r544911)
+++ head/games/homura/Makefile	Sat Aug 15 05:59:37 2020	(r544912)
@@ -3,6 +3,7 @@
 
 PORTNAME=	homura
 PORTVERSION=	5.1
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	Alexander88207@protonmail.com
@@ -35,9 +36,9 @@ PLIST_FILES=	bin/Homura
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386"
-RUN_DEPENDS+=	wine:emulators/wine
+RUN_DEPENDS+=	wine:emulators/wine-devel
 .else
-RUN_DEPENDS+=	wine:emulators/i386-wine
+RUN_DEPENDS+=	wine:emulators/i386-wine-devel
 .endif
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008150559.07F5xbR1002862>