Date: Fri, 12 Feb 2016 16:13:21 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408740 - head/emulators/i386-wine Message-ID: <201602121613.u1CGDLRH046483@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Fri Feb 12 16:13:21 2016 New Revision: 408740 URL: https://svnweb.freebsd.org/changeset/ports/408740 Log: emulators/i386-wine: fix run depends reference to wine-gecko PR: 207072 Submitted by: Piotr Kubaj <rkubaj@anongoth.pl> Modified: head/emulators/i386-wine/Makefile.inc Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Fri Feb 12 15:55:46 2016 (r408739) +++ head/emulators/i386-wine/Makefile.inc Fri Feb 12 16:13:21 2016 (r408740) @@ -41,7 +41,7 @@ USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602121613.u1CGDLRH046483>