[Bug 207072] emulators/i386-wine: fix build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 10 07:56:00 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207072

            Bug ID: 207072
           Summary: emulators/i386-wine: 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
          Assignee: dbn at FreeBSD.org
             Flags: maintainer-feedback?(dbn at FreeBSD.org)

Upgrade to emulators/wine-gecko-devel broke emulators/i386-wine.
The dependency to wine-gecko-devel should be switched to wine-gecko.

Index: Makefile.inc
===================================================================
--- Makefile.inc        (revision 408618)
+++ Makefile.inc        (working copy)
@@ -41,7 +41,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.40-x86.msi:${PORTSDIR}/emulators/wine-gecko
 MONO_RUN_DEPENDS=     
${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel

 PORTSCOUT=     limitw:1,even

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list