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
A commit references this bug: Author: dbn Date: Fri Feb 12 16:17:27 UTC 2016 New revision: 408741 URL: https://svnweb.freebsd.org/changeset/ports/408741 Log: emulators/i386-wine-devel: fix depends reference to wine-gecko-devel PR: 207103 Submitted by: Piotr Kubaj <pkuba@anongoth.pl> Changes: head/emulators/i386-wine-devel/Makefile.inc
Thank you for the PR.