[Bug 207103] emulators/i386-wine-devel: fix build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 11 11:05:22 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207103
Bug ID: 207103
Summary: emulators/i386-wine-devel: fix build
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: dbn at FreeBSD.org
Reporter: pkubaj at anongoth.pl
Flags: maintainer-feedback?(dbn at FreeBSD.org)
Assignee: dbn at FreeBSD.org
emulators/wine-gecko-devel was updated to 2.44, so that needs to be accounted
for in emulators/i386-wine-devel's Makefile.
Index: Makefile.inc
===================================================================
--- Makefile.inc (revision 408570)
+++ Makefile.inc (working copy)
@@ -42,7 +42,7 @@
USES= tar:xz
BUNDLE_LIBS= yes
-GECKO_RUN_DEPENDS=
${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
+GECKO_RUN_DEPENDS=
${DATADIR}/gecko/wine_gecko-2.44-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
MONO_RUN_DEPENDS=
${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel
# Included for OPSYS and OSVERSION
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list