svn commit: r544912 - head/games/homura
Tobias C. Berner
tcberner at FreeBSD.org
Sat Aug 15 05:59:38 UTC 2020
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 at 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 at 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:
More information about the svn-ports-all
mailing list